Recover Deleted Git Branches / Commits with Git Reference Logs (reflog)
Recently I was working on a codebase that had a lot of branches. Some of them had been committed to the remote github repository, others were just local. Some were current, some were stale. After looking at the madness I decided to “clean-up” some of the branches and get rid of the older ones. In addition to the excessive amount […]