From 893979e60d470cec63c8ab787f130e59e9d62126 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 4 Nov 2019 17:32:10 -0800 Subject: [PATCH] git: Show remote tracking branch in `bv` alias --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index 47cd59e..ff0f131 100644 --- a/git/config +++ b/git/config @@ -16,7 +16,7 @@ [alias] ap = add -p b = branch - bv = branch -v + bv = branch -vv c = commit chk = commit -a -n -m 'CHECKPOINT' co = checkout