Skip to content

Commit

Permalink
add shortcut to merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhaharsh committed Nov 21, 2023
1 parent 082734b commit fdb984a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,12 @@ dist: clean ## builds source and wheel package

install: clean ## install the package to the active Python's site-packages
python setup.py install

merge:
git switch mrdsv2
git push
git switch master
git merge mrdsv2
git push origin master
git switch mrdsv2

0 comments on commit fdb984a

Please sign in to comment.