From 77695574aa39eb5ee223e2ca17fce7d1b6c59e1b Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 18 May 2024 13:38:27 +0200 Subject: [PATCH] fetch-all.sh --- scripts/fetch-all.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/fetch-all.sh 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