Branching in Git: simplified with examples
Distributed version control systems are a lot of fun to work with, and I just happen to know Git more than any of the others. I do know Mercurial but while I had to learn Mercurial on my own, I had(still have when I get stuck) a great teacher for Git. He's the guy who created SuburbChooser , he could probably describe SuburbChooser's purpose better than me. All I know is that it is built to help people and it is powered by some pretty complex algorithms under the hood. Anyway let's not lose focus, we are here to talk about why branching in Git is awesome and how can we benefit from it in our projects. Why this post? I am building a dieting app with this researcher who does research in, well; health and exercise? or so (I do not know the exact research topic). What I know is that she is an expert in this field and besides sounding smart when talking, she has published research in the field to back up the smart talk. Anyway, so while...