fix github sync syntax

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-12-20 15:09:20 -06:00
parent 5e5e8466fe
commit 25715e30ee
1 changed files with 4 additions and 8 deletions

View File

@ -16,14 +16,10 @@ update:
go get -v -t -u ./... go get -v -t -u ./...
# sync repo to the github backup # sync repo to the github backup
# git remote add github git@github.com:wit-go/gui.git # git remote add github2 git@github.com:wit-go/shell.git
# git branch -M master
github: github:
git push origin master git push origin master
git push origin --tags git push origin --tags
git push github master git push github2 master
git push github --tags git push github2 --tags
new-github:
-git remote add github2 git@github.com:wit-go/shell.git
git branch -M master
git push -u github2 master