Posts tagged git
Interactively discard hunks
- 17 February 2020
With the following command, the staged changes can be unstaged:
Find a lost commit
- 16 May 2019
Git reflog contains the complete history of everything that happened. So if you committed something and then lost the commit due to a reset or a rebase, you can still find the commit by looking into the reflog: