We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git reset
git push
# master commit uid $ git reset --hard b9e3f7f2f66674901b467183dd81d493e50677f5
# git push branch_name --force # local master $ git push origin master --force # remote master $ git push origin/master -f
https://stackoverflow.com/questions/18137175/in-git-what-is-the-difference-between-origin-master-vs-origin-master
https://git-scm.com/docs/git-reset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
git reset
git reset
&&git push
with force overwrite# master commit uid $ git reset --hard b9e3f7f2f66674901b467183dd81d493e50677f5
refs
https://stackoverflow.com/questions/18137175/in-git-what-is-the-difference-between-origin-master-vs-origin-master
https://git-scm.com/docs/git-reset
The text was updated successfully, but these errors were encountered: