reactjs-tutorial
- git clone project
git clone https://github.com/cooleo/reactjs-tutorial
- when start working on a branch, remember run this command firs to to pull the latest code
git pull
- when modify, or add files then need to commit back git to add again all new file created or modify files
git add -A
- then commit
git commit -m "content of commit, usually user story ID, title or issue ID, titl
- push to server, to push all this commits
git push