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