From 0c5f92b552ed94d69aa2fefbf9550f868efc94cf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 4 May 2019 12:15:39 -0700 Subject: [PATCH] Init it onto our git server Signed-off-by: Jeff Carr --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 0fc66c5..7f18058 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,9 @@ push: update: git pull go get -v -t -u ./... + +init: + git add --all + -git commit -a -s + git remote add origin git@git.wit.com:jcarr/dnssec-socket.git + git push -u origin master