makefile | add git targets
This commit is contained in:
parent
dc62151424
commit
d0a42b9662
1 changed files with 8 additions and 0 deletions
8
makefile
8
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue