Git + launchpad
Git + launchpad
Posted May 9, 2015 14:33 UTC (Sat) by madscientist (subscriber, #16861)In reply to: Git + launchpad by Wol
Parent article: Git code hosting beta (launchpadblog)
I think Flimm is talking about modified files; if you run git reset --hard then all modified files are reset and the modifications are not saved anywhere. Apparently bzr will make a hidden backup copy of modified files.
In Git, you need to first run "git stash" or similar to keep a backup of modified files.
