diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2017-10-31 22:14:22 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2017-10-31 22:14:22 +0100 |
commit | a367537f69cfb828c8e54e1146ad5286eb759fad (patch) | |
tree | 5f0af2413fb0a529c239d95eb397b158533dbb4f /pusha | |
parent | 233ca56fffe889884f5a44434438c41f275f46d6 (diff) | |
download | bin-a367537f69cfb828c8e54e1146ad5286eb759fad.zip bin-a367537f69cfb828c8e54e1146ad5286eb759fad.tar.gz |
add pusha
Diffstat (limited to 'pusha')
-rwxr-xr-x | pusha | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/bash +for remote in $(git remote -v | cut -f 1 | sort | uniq) +do + git push $remote +done |