summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-20 15:09:20 -0600
committerJeff Carr <[email protected]>2023-12-20 15:09:20 -0600
commit25715e30ee82b9c9d22d571a2f1b452fdb3f3226 (patch)
treee45bc8ec6e21e09d5cac79572a13d0c836232c4d
parent5e5e8466fe01b7d6d81c9335e95957d15d126cc2 (diff)
fix github sync syntax
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 71d6eee..230a5c9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,14 +16,10 @@ update:
go get -v -t -u ./...
# sync repo to the github backup
-# git remote add github [email protected]:wit-go/gui.git
+# git remote add github2 [email protected]:wit-go/shell.git
+# git branch -M master
github:
git push origin master
git push origin --tags
- git push github master
- git push github --tags
-
-new-github:
- -git remote add github2 [email protected]:wit-go/shell.git
- git branch -M master
- git push -u github2 master
+ git push github2 master
+ git push github2 --tags