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 5b4338f commit 1dc382f
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 @@ -34,7 +34,7 @@ Please follow those rules when developping new features :
- 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 orgin develop
git pull origin develop
```
- push your branch to the remote repo (github repo) :
>
Expand Down

0 comments on commit 1dc382f

Please sign in to comment.