Add chart-setup command

Add command to setup the remote subtrees
This commit is contained in:
ducoterra
2021-11-02 12:57:13 -04:00
parent 9863a1195a
commit 3690ba9de4

View File

@@ -1,5 +1,9 @@
include .gitlab/Makefile
.PHONY: chart-setup
chart-setup:
git remote add minecraft git@gitlab.ducoterra.net:services/minecraft_vanilla.git
.PHONY: pull-minecraft
pull-minecraft:
git subtree pull --prefix minecraft minecraft master