| by Arround The Web

Git branches continued

Introduction In our previous article, we introduced you to the concept of branches in git. We explained what are branches and demonstrated how we could create a branch, switch to a different branch and delete a branch. In this article we will demonstrate how we use branches to prototype our work while keeping a functioning […]

The post Git branches continued appeared first on The Linux Juggernaut.

Share Button
Read More
| by Arround The Web

Git branches explained

Introduction Thus far we’ve explored different features of the GIT version control system like viewing a log of the git commit history, viewing differences between staged and committed versions of files. We also explained the concept of HEAD and explored how we could use the git checkout command to revert to previous versions of files […]

The post Git branches explained appeared first on The Linux Juggernaut.

Share Button
Read More