測試經常使用的Git命令

Git經常使用命令 建立本地倉庫 git init # 本地初始化 git clone <url> # 克隆遠程到本地 修改和提交 git status # 查看狀態 git diff # 查看變動內容 git add <file>
相關文章
相關標籤/搜索