summaryrefslogtreecommitdiffstats
path: root/pusha
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-10-31 22:14:22 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-10-31 22:14:22 +0100
commita367537f69cfb828c8e54e1146ad5286eb759fad (patch)
tree5f0af2413fb0a529c239d95eb397b158533dbb4f /pusha
parent233ca56fffe889884f5a44434438c41f275f46d6 (diff)
downloadbin-a367537f69cfb828c8e54e1146ad5286eb759fad.zip
bin-a367537f69cfb828c8e54e1146ad5286eb759fad.tar.gz
add pusha
Diffstat (limited to 'pusha')
-rwxr-xr-xpusha5
1 files changed, 5 insertions, 0 deletions
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