From 2f59cd70aaf850133caf85f7207bdd54cbebd80d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 2 Jan 2024 05:21:25 -0600 Subject: [PATCH] screw github Signed-off-by: Jeff Carr --- Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index ab4a152..229c99c 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,18 @@ # git remote add gitwit git@git.wit.org:wit/arg.git github: - git push gitwit register - git push gitwit devel - git push gitwit jcarr - git push gitwit --tags - git push github register - git push github devel - git push github --tags + git push origin register + git push origin devel + git push origin jcarr + git push origin --tags + # git push github register + # git push github devel + # git push github --tags @echo @echo check https://git.wit.org/wit/arg @echo -init-github: - git push -u github master - git push -u github devel - git push github --tags +# init-github: +# git push -u github master +# git push -u github devel +# git push github --tags