Git的基本使用教程

一、安裝: 1. 安裝完成後,在開始菜單裏找到「Git」->「Git Bash」,蹦出一個類似命令行窗口的東西,就說明Git安裝成功! 安裝完成後,還需要最後一步設置,在命令行輸入: $ git config –global user.name 「Your Name」 $ git config –global user.email 「[email protected]」 Git是分佈式版本控制系統
相關文章
相關標籤/搜索