Add script to update github forks
This commit is contained in:
6
scripts/.local/share/scripts/update-fork
Executable file
6
scripts/.local/share/scripts/update-fork
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
git fetch upstream
|
||||||
|
git checkout master
|
||||||
|
git rebase upstream/master
|
||||||
|
git push -f origin master
|
||||||
Reference in New Issue
Block a user