From 5def16ce01919a959f6ddfa44572d929ddf03105 Mon Sep 17 00:00:00 2001 From: roxwize Date: Tue, 17 Dec 2024 18:31:43 -0500 Subject: [PATCH] ~ --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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