Init it onto our git server

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-04 12:15:39 -07:00
parent 9086eddbec
commit 0c5f92b552
1 changed files with 6 additions and 0 deletions

View File

@ -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