diff --git a/scripts/fetch-all.sh b/scripts/fetch-all.sh new file mode 100755 index 0000000..399d2a8 --- /dev/null +++ b/scripts/fetch-all.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +git remote | xargs -n 1 git fetch -a