Skip to content

Instantly share code, notes, and snippets.

@marinsagovac
Created April 26, 2018 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marinsagovac/5fcf52ddf9707dea721b421d2166baf8 to your computer and use it in GitHub Desktop.
Save marinsagovac/5fcf52ddf9707dea721b421d2166baf8 to your computer and use it in GitHub Desktop.
Git Revert Branch
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