From 3041d56ba60133f724bfe37dfc9f6730dfc809b8 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 1 Nov 2021 09:26:53 -0400 Subject: [PATCH] Squashed '.gitlab/' changes from 66b4fdb..2f76759 2f76759 Add make-push command git-subtree-dir: .gitlab git-subtree-split: 2f767593ef71ae7332321316aba45fc968d17d85 --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 465cd3a..cb8e27c 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,10 @@ make-update: @git stash -git subtree pull --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash @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