Introduction to Ideal Branching – or Branching Ideally
Hey there! If you are here, either:
- I linked you here from one of my projects, as this is my standard.
- You like your branch to be straight (and you are a perfectionist)
- You don’t like merge commits, which I understand, it really makes the git log a bit confusing. (and you are a perfectionist)
- You heard
git rebase
is better, somehow, but it sounds confusing and I linked you here.
- You are a perfectionist (or me)
In any case, welcome!
We will be talking about:
Let’s start with Branch naming.