diff --git a/Branching-and-Merging.md b/Branching-and-Merging.md index 4d02596..5e37f0d 100644 --- a/Branching-and-Merging.md +++ b/Branching-and-Merging.md @@ -22,7 +22,7 @@ When working locally, do whatever you want. Before sharing, clean up your histor ``` 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 ```