测试经常使用的Git命令

Git经常使用命令 建立本地仓库 git init # 本地初始化 git clone <url> # 克隆远程到本地 修改和提交 git status # 查看状态 git diff # 查看变动内容 git add <file>
相关文章
相关标签/搜索