From 01346145482276f8ff18ac8c1300a6c856eefa8e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Jan 2024 17:37:08 -0600 Subject: [PATCH] github push rules Signed-off-by: Jeff Carr --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..29168d2 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# git remote add github git@github.com:wit-go/gadgets.git + +github: + git push -u github master + git push -u github devel + git push github --tags