In 22:54 instead of merging Jerry into master, can I rebase Jerry into master? so that I can also keep a copy of Jerry's commits.. (Jerry Branch) git rebase master git checkout tom git rebase jerry (fix conflict...) git rebase --continue ..done.. This is the Graph O - Tom Commit 2 | O - Tom Commit 1 | O - Jerry Commit 2 | O - Jerry Commit 1 | O - master Feel free anyone to correct if I'm wrong. Thank you very much in advance. 🙏
Well Explained, in easy language, totally 5 star ⭐ video.... Always Rocking 🙌
My gowd...this was once of the finest explanations I have seen..Thank you so much
Finally understood it, thank you so much. Guys watch at 1.25x 😅
Great - finally someone explained is easily.
Well-explained and nicely organized flow. Thank you 😊
well explained with real time scenario's . Thank you!!
Amazing explanation Sir
Thank you 😊 Keep Learning 🔥
In 22:54 instead of merging Jerry into master, can I rebase Jerry into master? so that I can also keep a copy of Jerry's commits..
(Jerry Branch)
git rebase master
git checkout tom
git rebase jerry
(fix conflict...)
git rebase --continue
..done..
This is the Graph
O - Tom Commit 2
|
O - Tom Commit 1
|
O - Jerry Commit 2
|
O - Jerry Commit 1
|
O - master
Feel free anyone to correct if I'm wrong. Thank you very much in advance. 🙏
Explained beautifully👏👏👏
Option 1