ECC for IC lab
- git add -A
- git status // To check everything modified
- git add -A // Add all uncommitted changes
- git commit -m "Anything you want to say" // Commit changes
- git log // To see every historic commits
- git pull origin master // Pull code from the master branch
- git push origin master // Push code to the master branch