Add chart-setup command
Add command to setup the remote subtrees
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,5 +1,9 @@
|
|||||||
include .gitlab/Makefile
|
include .gitlab/Makefile
|
||||||
|
|
||||||
|
.PHONY: chart-setup
|
||||||
|
chart-setup:
|
||||||
|
git remote add minecraft git@gitlab.ducoterra.net:services/minecraft_vanilla.git
|
||||||
|
|
||||||
.PHONY: pull-minecraft
|
.PHONY: pull-minecraft
|
||||||
pull-minecraft:
|
pull-minecraft:
|
||||||
git subtree pull --prefix minecraft minecraft master
|
git subtree pull --prefix minecraft minecraft master
|
||||||
|
|||||||
Reference in New Issue
Block a user