diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..53cae50 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Push repository to every remote configured +for REMOTE in $(git remote | paste -sd -) ; do git ps $REMOTE master ; done +