diff --git a/pages/common/git-branch.md b/pages/common/git-branch.md index f44573bb5a..14f9b07d0b 100644 --- a/pages/common/git-branch.md +++ b/pages/common/git-branch.md @@ -2,10 +2,14 @@ > Main command for working with branches -- List all existing branches +- List local branches. The current branch is highlighted by `*`. `git branch` +- List all local and remote branches + +`git branch -a` + - Create new branch based on current branch `git branch {{BRANCH-NAME}}`