DEV Community

Discussion on: 7 Git tricks that changed my life

Collapse
 
cdescoursamaris profile image
cdescours-amaris

I would add a very useful one to this list git-scm.com/docs/git-reflog
Very useful when you rewriting your history (rebase...) and it helps reshow previous “deleted” commits that were sometimes deleted by mistake, based on your local history.
It has saved me an amount of work in some specific situations, but indeed a good one to know too.