vault backup: 2023-08-23 15:29:26
This commit is contained in:
parent
023bcc1aa5
commit
9007c26fc7
@ -55,6 +55,7 @@ Then open the project in any merge conflict resolver, and manually resolve the c
|
|||||||
## Working with branches
|
## Working with branches
|
||||||
### Create a new branch
|
### Create a new branch
|
||||||
`git checkout -b [new-branch-name]`
|
`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
|
### Switch to an existing branch
|
||||||
`git check`
|
`git checkout [branch-name]`
|
||||||
|
- Update the repo to
|
Loading…
Reference in New Issue
Block a user