From 57f2d99b01a22286d05db02d7539356ef7988a43 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 23 Aug 2023 15:32:26 -0600 Subject: [PATCH] vault backup: 2023-08-23 15:32: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 12d145a..019d621 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -59,10 +59,11 @@ Then open the project in any merge conflict resolver, and manually resolve the c ### Switch to an existing branch `git checkout [branch-name]` -- Update the directory to contain the code stored in `[branch-name]` +- Update the directory to match the code stored in `[branch-name]` ### Delete a branch `git branch -d [branch-name]` - Delete the specified branch and all stored info ### Pull a remote branch +`git switch` \ No newline at end of file