git move back one commit
# This will destroy any local modifications.
# Don't do it if you have uncommitted work you want to keep.
git reset --hard 0d1d7fc32
# Alternatively, if there's work to keep:
git stash
git reset --hard 0d1d7fc32
git stash pop
# This saves the modifications, then reapplies that patch after resetting.
# You could get merge conflicts, if you've modified things which were
# changed since the commit you reset to.//Git Rollback to a specific commit via Mac terminal
//Navigate to project and open git log
cd projectname
git log --oneline
//Locate and checkout the desired commit ID
git checkout abc1234 .
//(Type q to quit the git log)
//Stage All changes, commit with comment, and push to remote
git add -A
git commit -m "Revert commit: abc1234"
git push# This will detach your HEAD, that is, leave you with no branch checked out:
git checkout 0d1d7fc32
Also in C++:
- how to kill recycling process linux
- install composer in dockerfile
- sudo snap linux store
- eslint prettier reactjs
- ubuntu software not showing apps 20.04
- unzip a .gz file in linux
- filter npm audit only high
- terraform state
- git local branch track remote
- deno bundler
- force-logout user linux
- how to go to a previous commit state
- install npm packages on shared hosting
- verify in core compressor with swap backend VM_PAGER_COMPRESSOR_WITH_SWAP
- react-github-contribution-calendar
- how to uninstall apps without admin password
- nginx E: Sub-process /usr/bin/dpkg returned an error code (1)
- App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
- certbot list all domains
- check postgres version in ubuntu
- ERROR: database "backend" is being accessed by other users DETAIL: There are 3 other sessions using the database.
- install node on linux
- git command to refresh remote branches
- install libreoffice linux