diff --git a/GUIDELINES_DEV.md b/GUIDELINES_DEV.md index 1326a1c..9c18902 100644 --- a/GUIDELINES_DEV.md +++ b/GUIDELINES_DEV.md @@ -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) : >