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

This commit is contained in:
zleyyij 2023-08-23 15:32:26 -06:00
parent 48da37e03a
commit 57f2d99b01

View File

@ -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`