Skip to content

Instantly share code, notes, and snippets.

@IslamWahid
Last active February 26, 2023 11:58
Show Gist options
  • Save IslamWahid/581824db8443dfd07043811af8dea0e7 to your computer and use it in GitHub Desktop.
Save IslamWahid/581824db8443dfd07043811af8dea0e7 to your computer and use it in GitHub Desktop.
Helpful Git Commands
Git Reflog
https://www.atlassian.com/git/tutorials/rewriting-history/git-reflog
https://git-scm.com/docs/git-reflog
```bash
git reflog show HEAD
git reset --hard HEAD@{x}
```
-------------------------------------------------------------------------
git bisect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment