From 001b9cb2ccc045549ddcef8f08ad436582185fb6 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <puppet@lirion.de>
Date: Sat, 15 Mar 2025 04:49:26 +0100
Subject: New aliases

---
 .gitconfig | 2 ++
 1 file changed, 2 insertions(+)

(limited to '.gitconfig')

diff --git a/.gitconfig b/.gitconfig
index 16a3504..7f66606 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -67,6 +67,8 @@
 	sls		= "!git shortlog -s | cut -f1 | spark"
 	gl-mr		= "!sh -c 'git fetch $1 merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2' -"
 	cps		= cherry-pick -S
+	force	= push --force-with-lease
+	pf		= push --force-with-lease
 [push]
 	default	= simple
 [pretty]
-- 
cgit v1.2.3