Squashed '.gitlab/' changes from 66b4fdb..2f76759
2f76759Add make-push command git-subtree-dir: .gitlab git-subtree-split:2f767593ef
This commit is contained in:
7
Makefile
7
Makefile
@@ -14,3 +14,10 @@ make-update:
|
|||||||
@git stash
|
@git stash
|
||||||
-git subtree pull --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash
|
-git subtree pull --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash
|
||||||
@git stash pop
|
@git stash pop
|
||||||
|
|
||||||
|
.PHONY: make-push
|
||||||
|
make-push:
|
||||||
|
@make make-update
|
||||||
|
@git remote add common git@gitlab.ducoterra.net:services/common.git
|
||||||
|
@git subtree push --prefix .gitlab common main
|
||||||
|
@git remote remove common
|
||||||
|
|||||||
Reference in New Issue
Block a user