Tag: git

Git and all things Git

Rebasing and Merging

Let’s begin with the most foundational part of learning Git, the open source tool universally used to write modern software: Merging vs. rebasing. When you are using git, the first…