Git筆記(廖雪峯老師課程)

git筆記 git的安裝 sudo apt-get install git-core 全局配置 git config --global user.name "Your Name git config --global user.email "email@example.com" 版本庫 repository git init 初始化 出現 .git目錄 git add xx git commit
相關文章
相關標籤/搜索