Git lesson 9: Deleting branches

In the previous lesson we merged the changes we made on our bug_fix_#001 branch into our master branch. Because the bug is now fixed, we have no need to keep the associated branch active. In this lesson we will learn how to close an active branch, as well as start a new, slightly more complicated example using branches. Closing an
Read more