Last active
July 13, 2019 18:08
-
-
Save varnav/0e87701d4b6113aed3c938a1c7f1259e to your computer and use it in GitHub Desktop.
Merge devel to master and reset it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout master | |
git merge --squash devel | |
git commit | |
git branch -f devel master | |
git push --all -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment