Add script to update github forks

This commit is contained in:
2022-06-04 23:00:34 +02:00
parent c3c7560cce
commit f5e863fd49

View File

@@ -0,0 +1,6 @@
#!/bin/sh
git fetch upstream
git checkout master
git rebase upstream/master
git push -f origin master