https://starryeve.github.io/post/git%E5%B7%A5%E4%BD%9C%E6%B5%81%E7%A8%8B git流程 git clone 克隆远程资源到本地目录,作为工作区 在工作区上修改文件 每次修改前,先切换master主分支,使用git pull拉取远程资源,merge合并到本地开发分支,以更新本地文件 本地修改后,通过git status查看文件状态,使用git add添加文...
https://starryeve.github.io/post/git%E5%B7%A5%E4%BD%9C%E6%B5%81%E7%A8%8B
git流程 git clone 克隆远程资源到本地目录,作为工作区 在工作区上修改文件 每次修改前,先切换master主分支,使用git pull拉取远程资源,merge合并到本地开发分支,以更新本地文件 本地修改后,通过git status查看文件状态,使用git add添加文...