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