Primer81

joined 2 years ago
[–] Primer81@lemmy.zip 2 points 2 months ago (7 children)

I hear people praise git reflog a lot, but when do y'all use this? Most I've ever needed is git log --graph for history checking. Maybe if I was in a situation where I knew the code on local branch X was working on Friday, but not anymore on Monday, then I could use git reflog to go back to Friday for that local branch right? Is that the idea?