From 627a65911501f1bb07eb00b0385e85ed384fd1e6 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 23 Aug 2023 15:34:26 -0600 Subject: [PATCH] vault backup: 2023-08-23 15:34:26 --- The basics of Git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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