Add script to update github forks
This commit is contained in:
parent
c3c7560cce
commit
f5e863fd49
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
git fetch upstream
|
||||||
|
git checkout master
|
||||||
|
git rebase upstream/master
|
||||||
|
git push -f origin master
|
Loading…
Reference in New Issue