From 3b515324a22e6f4b422b57fe3aca1b14fdcdc8d4 Mon Sep 17 00:00:00 2001 From: jutty Date: Tue, 16 Dec 2025 19:38:22 -0300 Subject: [PATCH] Add p alias for push in justfile --- .justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.justfile b/.justfile index e6c0b71..20b65ab 100644 --- a/.justfile +++ b/.justfile @@ -45,6 +45,7 @@ alias lw := lint-watch push: check git push +alias p := push # RUN