git - cccnqu/se107a GitHub Wiki

Git 版本控制

版本管理 -- git

使用 git 時光機

  69  git clone https://github.com/cccnqu/otrak.git
  70  cd otrak
  71  ls
  72  npm install
  73  mocha
  74  git checkout 5fca86d
  75  mocha
  76  git checkout master
  77  mocha
  78  git checkout 5fca86d
  79  mocha
  80  git checkout master
  81  mocha

git 歷史

RCS => CVS => SVN => Git

ProGit 閱讀筆記

教學影片

筆記

如何移除 github 的 ssh 設定

https://stackoverflow.com/questions/11067818/how-do-you-reset-the-stored-credentials-in-git-credential-osxkeychain

From Terminal:

 $ git credential-osxkeychain erase
 host=github.com
 protocol=https
 <press return>

參考文獻