diff --git a/Justfile b/Justfile index d7535a7..e68f6d3 100644 --- a/Justfile +++ b/Justfile @@ -12,10 +12,10 @@ clean: nix-collect-garbage -d nix store optimise +# commit local changes and push to upstream push: - git status @git add . - @git commit -m "~" + git commit -m "~" git push # run `switch` on default host