From f2c8b6d8e575c8bde64c5cc90170222f05e9b8d0 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 1 Mar 2026 10:40:20 +0100 Subject: [PATCH] git: added (mostly) safe force push alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index cae965a..330902c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -27,3 +27,4 @@ [alias] graph = log --graph amend = commit --amend --no-edit + fpush = push --force-with-lease --force-if-includes