Merge pull request #9 from DroidX86/master

Adding the add step to rebasing
This commit is contained in:
Vahid Panjganj 2017-07-05 14:34:39 +01:00 committed by GitHub
commit f4d0a234a1

View File

@ -42,6 +42,7 @@ We use [Feature-branch-workflow](https://www.atlassian.com/git/tutorials/compari
```
* If you dont 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
```
git add <file1> <file2> ...
git rebase --continue
```
* Push your branch