Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 358 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 358 Bytes

ECC

ECC for IC lab

To push

  • 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