History of 2019-09-23 A comparison between merging and rebasing

2019-09-23
18:44 UTC Revision 1 . . . . Marcin BorkowskiMany Git tutorials and howtos discuss the question whether you should merge or rebase your branches on the master branch when ready to include some feature in your code. What they usually do not mention is that rebase may be trickier to perform than merge. Why is that so? Let’s dive in and see.