Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat committed Jun 25, 2024
1 parent 4062a4b commit 8d2386a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
update:
git fetch -a upstream
git rebase upstream/master
git push --force origin master

0 comments on commit 8d2386a

Please sign in to comment.