Created
September 12, 2021 20:10
-
-
Save gojimmypi/f4daeaa1c2c4dc97d4136ddf20e81bf2 to your computer and use it in GitHub Desktop.
Remove an unpushed outgoing commit in Visual Studio
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
# from https://stackoverflow.com/questions/47114113/how-to-remove-an-unpushed-outgoing-commit-in-visual-studio | |
git reset --soft HEAD~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks