1 Star 0 Fork 12

豆芽菜/gf-vue-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
SliverHorn 提交于 2021-04-06 00:44 . context 位置迁移,update Makefile
ll: master-merge-from-gfva_develop develop-merge-from-master gfva_develop
master:
@git checkout master
develop:
@git checkout develop
gfva_develop:
@git checkout gfva_develop
develop-merge-from-master:
@git checkout develop
@git pull origin master
@git add .
@git push origin develop
@git checkout master
gfva_develop-merge-from-master:
@git checkout gfva_develop
@git pull origin master
@git add .
@git push origin gfva_develop
@git checkout master
master-merge-from-develop:
@git checkout master
@git pull origin develop
@git add .
@git push origin master
master-merge-from-gfva_develop:
@git checkout master
@git pull origin gfva_develop
@git add .
@git push origin master
help:
@echo "make - gfva_develop代码合并到master和develop, 合并完成返回gfva_develop分支!"
@echo "make develop-merge-from-master - develop从master拉去代码并合并, 合并完成返回master分支!"
@echo "make gfva_develop-merge-from-master - gfva_develop从master拉去代码并合并, 合并完成返回master分支!"
@echo "make master-merge-from-develop - master从develop拉去代码并合并!"
@echo "make master-merge-from-gfva_develop - master从gfva_develop拉去代码并合并!"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ftl_dyc/gf-vue-admin.git
git@gitee.com:ftl_dyc/gf-vue-admin.git
ftl_dyc
gf-vue-admin
gf-vue-admin
master

搜索帮助