-
Notifications
You must be signed in to change notification settings - Fork 7
Git Instruction
Landy.Liu edited this page Jun 16, 2019
·
1 revision
fork本工程后可以按照如下操作即可,
-
切换到master分支,并且更新最新远程库中的代码
- git checkout master
- git pull/git fetch
-
创建自己的本地分支,以master为源创建
- git checkout -b fortune-commons-export
-
查看是否创建成功
- git branch
fortune-commons-beanutils * fortune-commons-export fortune-commons-memcached master
星号(*)表示当前所在分支。现在的状态是成功创建的新的分支并且已经切换到新分支上。
-
把新建的本地分支push到远程服务器,远程分支与本地分支同名(当然可以随意起名)
- git push origin fortune-commons-export:fortune-commons-export
- git tag -a v1.0.1 -m "fortune commons v1.0.1"
- git push origin v1.0.1
SegmentFault: https://segmentfault.com/u/landy8530
简书:https://www.jianshu.com/u/36a7d3a994ac
CSDN:https://blog.csdn.net/landy8530
开源中国:https://my.oschina.net/landy8530
微信公众号:蚂蚁与咖啡的故事
Core组件
DataCache组件
Nosql组件
Export组件
文件服务组件
操作指引