From 9007c26fc7c0411bc5676da394639891e7d76594 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 23 Aug 2023 15:29:26 -0600 Subject: [PATCH] vault backup: 2023-08-23 15:29:26 --- The basics of Git.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/The basics of Git.md b/The basics of Git.md index 5f07dea..6eb036c 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -55,6 +55,7 @@ Then open the project in any merge conflict resolver, and manually resolve the c ## Working with branches ### Create a new branch `git checkout -b [new-branch-name]` -- Create a new local branch +- Create a new local branch, with `[new-branch-name]`, from the current branch's latest comit ### Switch to an existing branch -`git check` \ No newline at end of file +`git checkout [branch-name]` +- Update the repo to \ No newline at end of file