> I am new to git. You will have to merge eventually with somebody when you are collaborating. Can you really avoid merge commits?
Many developers prefer to only rebase, such that master looks like a single chain of commits without any branching or other administrative structure.
> I am new to git. You will have to merge eventually with somebody when you are collaborating. Can you really avoid merge commits?
Many developers prefer to only rebase, such that master looks like a single chain of commits without any branching or other administrative structure.