Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
Nico Schottelius 2020-05-11 12:26:32 +02:00
parent ee27d069ac
commit 7029444b60
1 changed files with 6 additions and 0 deletions

6
merge.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
for remote in $(git remote); do
git fetch -v $remote
git merge ${remote}/master
done