summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1600657..4d3db8e 100644
--- a/Makefile
+++ b/Makefile
@@ -103,3 +103,14 @@ go-get:
log:
reset
tail -f /tmp/witgui.* /tmp/guilogfile
+
+# sync repo to the github backup
+github:
+ -git remote add github [email protected]:wit-go/control-panel-dns.git
+ -git branch -M main
+ git push origin main
+ git push origin devel
+ git push origin --tags
+ git push github main
+ git push github devel
+ git push github --tags