- Clone Repository
git clone git@github.com:synrgy-5-fsw-1-cihuy/sapi-3-pattern.git
- Open folder
- Create new branch
git checkout -b <branch-name>
- Install dependencies / libs
npm install
- Add new feature (in controller and routes)
- Add commit
git add .
git commit -m "Add new feature"
- Pull master branch before push
git pull origin master
- Push to your remote branch
git push origin <branch-name>
- Make a pull request in github