From ad8dd02a4e3c59033266c051ac7e42f7a21ad76c Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 31 Jan 2023 11:44:09 +0100 Subject: [PATCH] git: add aliases for branches --- config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/git/config b/config/git/config index 3ccef0b..acc0a9b 100644 --- a/config/git/config +++ b/config/git/config @@ -1,4 +1,7 @@ [alias] + b = branch + bv = b -vv + ba = bv --all cm = commit --verbose co = checkout l = log --graph --format='%C(auto)%h%d %s %C(6)%ad'