diff --git a/The basics of Git.md b/The basics of Git.md index 019d621..b6fb54d 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -66,4 +66,6 @@ Then open the project in any merge conflict resolver, and manually resolve the c - Delete the specified branch and all stored info ### Pull a remote branch -`git switch` \ No newline at end of file +`git switch [branch-name]` + +### List all branches \ No newline at end of file