|
From: Michael D. <mik...@gm...> - 2020-12-10 12:08:30
|
On Thu, Dec 10, 2020 at 12:04:41PM +0000, James Turner wrote: > > > > On 10 Dec 2020, at 11:44, Florent Rougon <f.r...@gm...> wrote: > > > > I've always found `git rebase -i` to work great and be easy to use. > > If you give someone a gun, you are somewhat responsible if they shoot themselves in the foot. Or anywhere else :) > > So I would never recommend ‘git rebase -i’ to anyone without checking they understand, it’s a powerful tool, which can destroy work if used incorrectly. I know the reflog exists but I’d much sooner people were *really* careful about setting up their rebase command file, than just being relaxed and then having to spend hours fixing a mess they made. > > Kind regards, > James Points taken, you are right about the caution needed. |