# KryptoCamp 第一週 Git ### Git 是一種版本控制系統 ### Git 優點: 1. 免費、開源 2. 速度快、檔案體積小 3. 分散式系統 ### 安裝 Git https://git-scm.com/downloads ### 安裝SourceTree [圖形化介面 (GUI / Graphic User Interface)](https://git-scm.com/downloads/guis) * 推薦的 GUI: * SourceTree * GitHub Desktop ### Git設定 設定使用者 Email 以及使用者名稱。 ``` git config --global user.name "your name" git config --global user.email "your mail" ``` ### Git教學 - [連猴子都能懂的Git入門指南](https://backlog.com/git-tutorial/tw/intro/intro2_1.html) - [Learn Git Branching](https://learngitbranching.js.org/) - [KryptoCamp Git](/@XaQZHpqDTUqVkyUYZNKW8g/Hy8GTKZQ5#/)