diff --git a/scripts/.local/share/scripts/update-fork b/scripts/.local/share/scripts/update-fork new file mode 100755 index 0000000..869420c --- /dev/null +++ b/scripts/.local/share/scripts/update-fork @@ -0,0 +1,6 @@ +#!/bin/sh + +git fetch upstream +git checkout master +git rebase upstream/master +git push -f origin master