Git分支管理流程
2018-05-30 17:02:30 0 举报
git分支管理流程
作者其他创作
大纲/内容
git版本库(.git)
................................................................................................................................................................
FixBug
本地仓库(文件与远程仓库同步)
本地仓库
v1.0.0
缓存区(空白)
git fetch/clone
Tag1.2.0
v1.0.1
缓存区
git checkout
git add
release-poc-银行标识
Tag1.0.0
develop-poc-银行标识
git clone
Master
Tag1.0.1
feature-A
hotfix-poc-银行标识
git commit
远程仓库
testGit
Tag1.1.0
feature-poc-银行标识-B
工作区间
release
git remote add origin http://10.0.11.44:1000/autotest/testGit.git
Develop
git commit -m\"+) README.md\"
feature-B
git init
hotfix
master-poc-银行标识
master
git reset
git push
v1.1.0
git add README.md
develop
git push origin master
feature-poc-银行标识-A
工作区间(文件与远程仓库同步)
0 条评论
下一页
为你推荐
查看更多