Fixed typo in gitlab_flow.md
This commit is contained in:
parent
5a983ac431
commit
651e32fd5a
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ If there are no merge conflicts and the feature branches are short lived the ris
|
||||||
If there are merge conflicts you merge the master branch into the feature branch and the CI server will rerun the tests.
|
If there are merge conflicts you merge the master branch into the feature branch and the CI server will rerun the tests.
|
||||||
If you have long lived feature branches that last for more than a few days you should make your issues smaller.
|
If you have long lived feature branches that last for more than a few days you should make your issues smaller.
|
||||||
|
|
||||||
## Working wih feature branches
|
## Working with feature branches
|
||||||
|
|
||||||
![Shell output showing git pull output](git_pull.png)
|
![Shell output showing git pull output](git_pull.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue