首页 > 技术文章 > Git 入门

avincross 2014-06-28 06:23 原文

占位子

 

Git 學習資源
Codeshool 出了三套 Git 課程。請先練習過後,再開始學習 Rails 開發,我相當不建議讀者

跳過 Git 技巧的練習。

• TryGit http://www.codeschool.com/courses/try-git
• GitReal http://www.codeschool.com/courses/git-real
• GitReal2 http://www.codeschool.com/courses/git-real-2 (進階技巧,可以之後再學) 

練習作業

1. 上 Github 註冊一個帳號 2. 練習以下 Git 指令

• git commit
• git push
• git pull
• git branch
• git checkout
• git merge 

推荐阅读