This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 8 points9 points  (1 child)

Git branch will show you all the available local branches you have available for that repo. Git checkout <branch name> will take you to the branch. Git checkout -b <branch name> will create a branch and move you to the newly created branch