From 12ad96973df8f8f03fd7314152f43828a2c34d06 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Mon, 10 Dec 2018 14:31:23 +0100 Subject: [PATCH] Add update.sh --- update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 update.sh 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 +