vault backup: 2023-08-23 15:28:26
This commit is contained in:
parent
134405f4ee
commit
023bcc1aa5
@ -50,4 +50,11 @@
|
||||
- Fetch remote changes and apply them locally
|
||||
`git stash pop`
|
||||
- Take uncommitted changes, and apply them over the changes just added, using merge conflict markers.
|
||||
Then open the project in any merge conflict resolver, and manually resolve the commit. Most IDEs have one of some form
|
||||
Then open the project in any merge conflict resolver, and manually resolve the commit. Most IDEs have one of some form, I like VScode's.
|
||||
|
||||
## Working with branches
|
||||
### Create a new branch
|
||||
`git checkout -b [new-branch-name]`
|
||||
- Create a new local branch
|
||||
### Switch to an existing branch
|
||||
`git check`
|
Loading…
Reference in New Issue
Block a user