Add script to update github forks

This commit is contained in:
coolneng 2022-06-04 23:00:34 +02:00
parent c3c7560cce
commit f5e863fd49
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 6 additions and 0 deletions

View File

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