git reset
git reset --hard f414f31
git reset --soft HEAD@{1}
git commit -m "Reverting to the state of the project at f414f31"
git reset --soft HEAD~3git reset --soft# local
git reset <commit-hash>
# or
git reset --hard <commit-hash>
# remote
git push -f origin master
Also in Shell:
- remove file from stage git
- install redux
- linux screen brightness command line
- could not connect to server: Connection refused Is the server running on host and accepting TCP/IP connections on port 5432?
- javascript execute powershell script
- simple nodejs dockerfile
- how to create branch in github using git bash
- composer install without dependencies
- git discard all unpushed commits
- how to install react spring with typescript
- how to install axios in react
- uninstall cinnamon
- git proxy
- kill a process with pid
- npx create-react-app not working
- babel source maps
- bash find files or operator
- fcm post example curl
- git file reset to head
- error: eaccess: permission denied ionic
- bash permissions
- how to remove a pushed file from git
- ufw allow port
- git bash upstream branch change