Home
/ How To
Create a new branch
git branch my-new-branch
Creates a branch named "my-new-branch".
Related How Tos:
Create a branch and checkout (switch) to it
Delete local or remote branch
Delete local branch
Delete remote branch
List both local and remote branches
Switch to a different (existing) branch using "git checkout"
List the available local branches
List only remote branches
List the available branches with details about the upstream branch and last commit message
Search Git Commands
|
More How Tos