diff --git a/The basics of Git.md b/The basics of Git.md index b6fb54d..e00ba90 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -68,4 +68,5 @@ Then open the project in any merge conflict resolver, and manually resolve the c ### Pull a remote branch `git switch [branch-name]` -### List all branches \ No newline at end of file +### List all branches (including remote) +`git branch --list -a` \ No newline at end of file