From 783f94ecf3274d3e654d7211396454a71498c136 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 26 May 2023 14:13:02 +0200 Subject: [PATCH] git: branchless goodies --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 1c2c441..f7a8586 100644 --- a/.gitconfig +++ b/.gitconfig @@ -34,6 +34,8 @@ t = tag --sort=-v:refname --format='%(color:bold italic)%(objectname:short)%(col sl = branchless smartlog sync = branchless sync sw = branchless switch +s = branchless switch -i +n = branchless switch -d main gerrit-new = !git fetch origin main && git checkout --detach origin/main gerrit-push = !git push origin HEAD:refs/for/main