Created
April 26, 2018 11:29
-
-
Save marinsagovac/5fcf52ddf9707dea721b421d2166baf8 to your computer and use it in GitHub Desktop.
Git Revert Branch
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 branch -D smsme-431/Update_docs_in_swagger | |
git fetch origin smsme-431/Update_docs_in_swagger | |
git reset --hard FETCH_HEAD | |
git clean -df |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment