|
|
|
|
|
by Flimm
4869 days ago
|
|
In fact, I solved that level using only 'git revert' commands, which I don't think was the intended solution. And the displayed solution isn't complete: it asks the user to perform an interactive rebase. (I'm not complaining, just feedback.) |
|
Showing the concept of a "modified" commit is hard though. That's why I did all the C1' sillyness (like the man pages do). The apostrophes also scale nicely (up to C1'^99) where reverting a reverted rebased commit might make the text too big.
EDIT: Fixed, see: https://github.com/pcottle/learnGitBranching/issues/7