Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
H3arn committed Feb 13, 2024
1 parent ca5bcac commit 3e0991f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
force_update:
git fetch origin
git reset FETCH_HEAD --hard
git clean -fdx

push:
git push origin
git push cb
git push self

push_force:
git push origin -f
git push cb -f
git push self -f

0 comments on commit 3e0991f

Please sign in to comment.