Skip to content

Instantly share code, notes, and snippets.

@gabrielealves-sb
Created September 27, 2022 16:53
Show Gist options
  • Save gabrielealves-sb/37f6707b5ebc1bc61d46e74d30463a3e to your computer and use it in GitHub Desktop.
Save gabrielealves-sb/37f6707b5ebc1bc61d46e74d30463a3e to your computer and use it in GitHub Desktop.
uncommiting last unpushed local commit
# solution by isantipov in https://stackoverflow.com/a/19859644
git reset HEAD~1 --soft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment