Updated Branching and Merging (markdown)
parent
608bf152c6
commit
38af36dad4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ When working locally, do whatever you want. Before sharing, clean up your histor
|
||||||
|
|
||||||
```
|
```
|
||||||
git fetch
|
git fetch
|
||||||
git rebase -i origin/master
|
git rebase -i origin/master #rearrange and reword commits. aim for readability by others
|
||||||
git push -u origin your_branch_name
|
git push -u origin your_branch_name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue