Git lesson 8: merging changes from a branch

In the previous post, we created a branch called bug_fix_#001 and learned to make this our current branch using the git checkout <branch name> command. Once on this branch we made a change to one of our files (simulating a bug fix) and committed the change. By looking at the content of the changed file and our Git log, we
Read more