From 3221b1e4bf986a7be79e8386b109323e44195a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 12 May 2025 11:35:07 +0000 Subject: [PATCH] git pushf --- shared/home/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shared/home/default.nix b/shared/home/default.nix index c099871..1c2ec98 100644 --- a/shared/home/default.nix +++ b/shared/home/default.nix @@ -131,7 +131,10 @@ in enable = true; userEmail = email; userName = "Motiejus Jakštys"; - aliases.yolo = "commit --amend --no-edit -a"; + aliases = { + yolo = "commit --amend --no-edit -a"; + pushf = "push --force-with-lease"; + }; extraConfig = { log.date = "iso-strict-local"; pull.ff = "only";