sync'd to github mirror

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-12-20 14:57:01 -06:00
parent a329d9de9d
commit 5e5e8466fe
1 changed files with 13 additions and 0 deletions

View File

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