vault backup: 2023-08-23 15:32:26
This commit is contained in:
parent
48da37e03a
commit
57f2d99b01
@ -59,10 +59,11 @@ Then open the project in any merge conflict resolver, and manually resolve the c
|
|||||||
|
|
||||||
### Switch to an existing branch
|
### Switch to an existing branch
|
||||||
`git checkout [branch-name]`
|
`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
|
### Delete a branch
|
||||||
`git branch -d [branch-name]`
|
`git branch -d [branch-name]`
|
||||||
- Delete the specified branch and all stored info
|
- Delete the specified branch and all stored info
|
||||||
|
|
||||||
### Pull a remote branch
|
### Pull a remote branch
|
||||||
|
`git switch`
|
Loading…
Reference in New Issue
Block a user