summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 16a3b3a..01cb279 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ github:
@echo check https://github.com/wit-go/gui
@echo
-# 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