add just push to justfile for more git automation
This commit is contained in:
parent
eebdbe7581
commit
fdceea44d6
1 changed files with 5 additions and 0 deletions
5
justfile
5
justfile
|
@ -13,3 +13,8 @@ update:
|
||||||
clean:
|
clean:
|
||||||
sudo nix-collect-garbage
|
sudo nix-collect-garbage
|
||||||
sudo nix-store --optimise
|
sudo nix-store --optimise
|
||||||
|
|
||||||
|
push:
|
||||||
|
git add *
|
||||||
|
read -p "Commit message: " -r message && git commit -m "$message"
|
||||||
|
git push
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue