Skip to content

Commit

Permalink
Add script to sync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4bh4sh authored and technoir42 committed Jul 11, 2024
1 parent 4740292 commit 3cb676e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sync_master.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
git pull --rebase --ff-only
git fetch upstream master
git pull --rebase upstream master
git push
git fetch --tags upstream
git push --tags

0 comments on commit 3cb676e

Please sign in to comment.