Create issue53 branch
Last updated
Last updated
First, let’s say you’re working on your project and have a couple of commits already on the master
branch.
You’ve decided that you’re going to work on issue #53 in whatever issue-tracking system your company uses. To create a new branch and switch to it at the same time, you can run the git checkout
command with the -b
switch:
Figure 19. Creating a new branch for issue #53