git clone git@github.com:Serveis-Neby/repository.gitgit pull --allgit checkout develop
git checkout -b task/<num-task>-<name-task>Example:
git checkout -b task/37-implementing-user-authentication-middlewaregit add .Create commit (commits should follow always the same structure and be as small and specific as possible)
git commit -m "task #37: middleware created"git push --all originTo merge changes, it must ALWAYS be done from GitHub through a pull request