+merge
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
ee27d069ac
commit
7029444b60
1 changed files with 6 additions and 0 deletions
6
merge.sh
Executable file
6
merge.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
for remote in $(git remote); do
|
||||
git fetch -v $remote
|
||||
git merge ${remote}/master
|
||||
done
|
Loading…
Reference in a new issue