常用的git指令

1.前提 Remote 远程仓库 Repository 本地仓库 Index/Stage 暂存区 Workspace 工作区 2.常用的指令 []:参数 git init [project-name] 新建git代码库 git clone [url] 下载一个项目和整个代码历史 git config –list 显示当前git配置 git config –global user.name = “[
相关文章
相关标签/搜索