From bc76e6795b093b99e1f989ad00ad746bd91c531b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Sun, 15 Oct 2023 16:44:15 +0200 Subject: [PATCH] [git] Add bi alias for bisect --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 967aa7f..a338315 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,7 @@ a = add -p al = "!git config alias.${1:?} #" ado = "log -q --pretty='format:%B'" + bi = bisect bra = branch -vv branch-age = "!git for-each-ref --sort=-committerdate refs/heads --format=\"%(refname:short)|%(committerdate:relative)\" | column -ts \"|\"" bras = for-each-ref --sort=-committerdate refs/heads --format='%(refname:short)|%(committerdate:relative)'