Git命令的理解和使用

Workspace:工作區 Index / Stage:暫存區 Repository:倉庫區(或本地倉庫) Remote:遠程倉庫 請根據以上圖標理解git的使用,然後用git --help查看需要用的命令,相信會容易理解一些。 常用的命令: git clone 'url' git checkout '倉庫名' git status git add git commit 'xxxxxxx' git
相關文章
相關標籤/搜索