summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 20:14:38 -0600
committerJeff Carr <[email protected]>2024-01-05 20:14:38 -0600
commitcfd827bbdd7b06392e8c6963487e49ef227dca91 (patch)
treebe074d0fe20dbe26b4eb840dcd2c6b00f01ca747
parent8d7fc91f65739f6c4997dfdfd8a51e877ca513b5 (diff)
use same name for github everywhere
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4250054..539d964 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@ update:
# git branch -M master
github:
git push origin master
+ git push origin devel
git push origin --tags
- git push github2 master
- git push github2 --tags
+ git push github master
+ git push github devel
+ git push github --tags