vault backup: 2023-08-23 15:30:26

This commit is contained in:
zleyyij 2023-08-23 15:30:26 -06:00
parent 9007c26fc7
commit 52e000f041

View File

@ -58,4 +58,6 @@ Then open the project in any merge conflict resolver, and manually resolve the c
- Create a new local branch, with `[new-branch-name]`, from the current branch's latest comit - Create a new local branch, with `[new-branch-name]`, from the current branch's latest comit
### Switch to an existing branch ### Switch to an existing branch
`git checkout [branch-name]` `git checkout [branch-name]`
- Update the repo to - Update the directory to contain the code stored in `[branch-name]`
### Delete a branch
`git branch -d [branch-`