Skip to content

Instantly share code, notes, and snippets.

@Almorisson
Last active June 27, 2020 21:15
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 Almorisson/dce599dafb57eb3e22eb86e9438fa7d4 to your computer and use it in GitHub Desktop.
Save Almorisson/dce599dafb57eb3e22eb86e9438fa7d4 to your computer and use it in GitHub Desktop.
Revert a merge do on Master branch

git checkout develop

git pull origin develop

git checkout master

git merge develop

git push origin master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment