Skip to content

CCEmilyWang/IC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Course notes in IC class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published