Updated Branching and Merging (markdown)
parent
38af36dad4
commit
f828a0d476
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 #rearrange and reword commits. aim for readability by others
|
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