-
Notifications
You must be signed in to change notification settings - Fork 9
git
陳鍾誠 edited this page Sep 20, 2018
·
1 revision
- ProGit 電子書 -- https://git-scm.com/book/zh-tw/v1 (讚!)
- 初心者 Git 上手攻略 (讚!)
- 寫給大家的 Git 教學
- 連猴子都能懂的Git入門指南| 貝格樂(Backlog)
- 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
RCS => CVS => SVN => Git
- "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>