git.md - cccnqu/se106a GitHub Wiki
Git 版本控制
版本管理 -- git
- ProGit 電子書 -- https://git-scm.com/book/zh-tw/v1 (讚!)
- 初心者 Git 上手攻略 (讚!)
- 寫給大家的 Git 教學
- 連猴子都能懂的Git入門指南| 貝格樂(Backlog)
- 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 閱讀筆記
教學影片
- "Don'ts" In VCS (在版本管理系統中別做甚麼事?)
- Two Main Types Of VCS
- GIT Workflow
- GIT Demo: Intro To Git
- GIT Demo: Github
- GIT Recap: Local Repositories
筆記
如何移除 github 的 ssh 設定
From Terminal:
$ git credential-osxkeychain erase
host=github.com
protocol=https
<press return>