makefile | add git targets

This commit is contained in:
Don Harper 2023-09-26 07:44:41 -05:00
parent dc62151424
commit d0a42b9662

View file

@ -12,3 +12,11 @@ vm:
clean:
doas nix-collect-garbage
doas nix store optimise
push:
@~/.bash_ssh
git push
pull:
@~/.bash_ssh
git pull