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

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