From 9bb4513cbb9f6c1fde6c5daa2de0e08cebdc470f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 21 Jan 2018 04:02:06 -1000 Subject: [PATCH] update should also git pull --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69239e4..66bc4c7 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,12 @@ setup: push: git add --all - git commit -a + -git commit -a git push # git submodule add git://ping.wit.com/git/witcoredns witcoredns update: + git pull git submodule update --init --recursive # use this allow a new tree on the git server