diff --git a/makefile b/makefile index b19b7c3..2f691ec 100644 --- a/makefile +++ b/makefile @@ -12,3 +12,11 @@ vm: clean: doas nix-collect-garbage doas nix store optimise + +push: + @~/.bash_ssh + git push + +pull: + @~/.bash_ssh + git pull