|
|
|
|
|
by FrenchyJiby
1429 days ago
|
|
Assuming devs are familiar with the usual branch/commit/push workflow, and history rewrites like rebase/cherry-picking are the point of confusion: I can't recommend highly enough Learn Git Branching[1], an interactive demo for understanding rebases and cherry-picks. Then try it a couple of tricky times, and you're settled. [1]: https://learngitbranching.js.org/ |
|