#Workflow
- Pull
- Make changes
- Commit Locally (multiple times)
- Possibly branch and merge locally
- Pull (resolve conflicts)
- Test all is ok as you are about to share with the team.
- Push
##Commands you need
git pull
git add *.*
git commit -m "some work"
git push
##Want to learn more?