From a367537f69cfb828c8e54e1146ad5286eb759fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 31 Oct 2017 22:14:22 +0100 Subject: add pusha --- pusha | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 pusha diff --git a/pusha b/pusha new file mode 100755 index 0000000..443c62b --- /dev/null +++ b/pusha @@ -0,0 +1,5 @@ +#! /bin/bash +for remote in $(git remote -v | cut -f 1 | sort | uniq) +do + git push $remote +done -- cgit v1.1-2-g2b99