From 958f684117cab817cc4ed0bbf891e3ba6c8ea3bf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 Jan 2020 12:12:17 +0000 Subject: [PATCH] Add current-branch alias --- tag-git/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/tag-git/gitconfig b/tag-git/gitconfig index 1a76b66..294726e 100644 --- a/tag-git/gitconfig +++ b/tag-git/gitconfig @@ -9,6 +9,7 @@ cl = !hub clone co = checkout compare = !hub compare + current-branch = rev-parse --abbrev-ref HEAD dc = diff --color --word-diff --cached df = diff --color --word-diff fixup = commit --fixup