Created
March 25, 2020 18:38
-
-
Save ayr-ton/a7070989de84a8dc497e636e2a7281b2 to your computer and use it in GitHub Desktop.
This file contains 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 development | |
git reset --soft HEAD~1 | |
git stash | |
git fetch origin | |
git reset --hard origin/development | |
git stash pop | |
git add . | |
git commit -m ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment