From 5e5e8466fe01b7d6d81c9335e95957d15d126cc2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Dec 2023 14:57:01 -0600 Subject: [PATCH] sync'd to github mirror Signed-off-by: Jeff Carr --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Makefile b/Makefile index 2accf61..71d6eee 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,16 @@ push: update: git pull go get -v -t -u ./... + +# sync repo to the github backup +# git remote add github git@github.com:wit-go/gui.git +github: + git push origin master + git push origin --tags + git push github master + git push github --tags + +new-github: + -git remote add github2 git@github.com:wit-go/shell.git + git branch -M master + git push -u github2 master