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