Skip to content

Commit

Permalink
Update GUIDELINES_DEV.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienParis authored Feb 22, 2019
1 parent 1dc382f commit fd1ea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUIDELINES_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We are following this git principles : [link to blog](https://guillim.github.io/
Please follow those rules when developping new features :
- locally : create a new branch (f.i. `mypseudo_mynewfeature`) to work on your own feature(s)
- before pushing your changes pull the remote `develop` branch to be merged with your changes in `mypseudo_mynewfeature` branch (so to be sure the features you just developped are compatible with the checked/reviewed `develop` branch):
>
>
```bash
git pull origin develop
```
Expand Down

0 comments on commit fd1ea2c

Please sign in to comment.