Creating branches
Creating a new branch does not change the repository; it simply points out the commit.
For example, if we create a branch called issue1
using the git branch command, the repository will remain the same, but we have added a new pointer to the current commit.
The illustration below shows what happens when we create this branch.
