From e5f0ee9f7010477adac5b4379537e38a65949a13 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 4 Jun 2023 07:13:33 +0200 Subject: [PATCH] vcs: gitconfig: add pf alias for force pushes (with lease) --- vcs/gitconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 1c42cdf..e7d0893 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -102,6 +102,7 @@ f = fetch t = tag p = push + pf = push --force-with-lease # Parallel git remote update. Also strips unnecessary output. ru = "! git remote \ | xargs -d '\\n' -n1 -P0 git remote update 2>&1 \ -- 2.43.2