git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
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]