Git + launchpad
Git + launchpad
Posted May 6, 2015 8:17 UTC (Wed) by alexl (guest, #19068)In reply to: Git + launchpad by NAR
Parent article: Git code hosting beta (launchpadblog)
You can undo an interactive rebase, or any changes to a (local) git repository that has been commited (but not if you accidentally lose outstanding changes). Every single commit is kept in the repo as long as you don't trigger a GC, so the head before the interactive rebase is still there, and can be found via "git reflog".
