Last active
November 2, 2017 16:20
-
-
Save chrisdiana/f0777eb35a5adece8422 to your computer and use it in GitHub Desktop.
Reset GIT to commit force push
This file contains hidden or 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
# Local reset: | |
git reset --hard fj5789sufj | |
# Remote reset: | |
git push -f origin fj5789sufj:master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment