Updated Branching and Merging (markdown)
parent
c1e7d3d485
commit
2c434cb4ba
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Git history is similar to code in that it is written once but it is read dozens
|
||||||
|
|
||||||
```
|
```
|
||||||
git fetch
|
git fetch
|
||||||
git checkout -b new_branch origin/master
|
git checkout -b your_branch_name origin/master
|
||||||
```
|
```
|
||||||
|
|
||||||
## Rebase onto master daily
|
## Rebase onto master daily
|
||||||
|
|
Loading…
Reference in a new issue