Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 470 Bytes

File metadata and controls

24 lines (21 loc) · 470 Bytes

IC

Course notes in IC class

Git and github

command

  1. git clone + SSH
  2. cd + "file name"
  3. git status
  4. git add . # track all files
  5. git add + " file name" # track one specific file
  6. git commit -m "message" -m "some description"
  7. git push / git push origin master
  8. cd ../"file name"
  9. git init # to git
  10. git remote add origin +"ssh"
  11. git remote -v
  12. git branch
  13. git branch -b +"branch name"

branch change

linear algebra

watch