# HG changeset patch # User drewp@bigasterisk.com # Date 2022-05-10 04:42:55 # Node ID d8bac44781d4872e881ae10c34fc8b846478dc8d # Parent d94b2d25abcd94ccaefa97f6b97fb86a818c2688 github commands in makefile diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -68,6 +68,12 @@ tkdnd_build: ./configure make +push_github: + hg bookmark -r default main && hg push git+ssh://git@github.com/drewp/light9.git + +pull_github: + hg pull git+ssh://git@github.com/drewp/light9.git + ### build ### coffee: