Adds an 's' to conflict, and adds a comma. (#106)
The new sentence would read "If you don't have conflicts, skip this step."
This commit is contained in:
parent
3f6eb7b0ee
commit
dc521baa00
@ -118,7 +118,7 @@ Because of most of the reasons above, we use [Feature-branch-workflow](https://w
|
||||
_Why:_
|
||||
> You can use --autosquash to squash all your commits to a single commit. Nobody wants many commits for a single feature in develop branch. [read more...](https://robots.thoughtbot.com/autosquashing-git-commits)
|
||||
|
||||
* If you don’t have conflict skip this step. If you have conflicts, [resolve them](https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/) and continue rebase.
|
||||
* If you don’t have conflicts, skip this step. If you have conflicts, [resolve them](https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/) and continue rebase.
|
||||
```sh
|
||||
git add <file1> <file2> ...
|
||||
git rebase --continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user