git常用的命令【持续待更新】

git的工作流: workspace : 工作区    index : 暂存区   local repository: 本地仓库    remote repository 远端仓库 1、创建git仓库 git init    将一个空的文件夹作为git 仓库 2、从远端仓拉下工程 git clone "项目的url" 3、将项目更新 git pull / fetch   更新项目 4、提交 4.1
相关文章
相关标签/搜索