Use a builtin for show branch name.

This commit is contained in:
ADAM David Alan Martin
2022-05-16 15:27:50 -04:00
parent 6e4d743af6
commit 2c314a8d91

View File

@ -13,7 +13,8 @@
st = status
dc = diff --check
brm = !git br -a | grep -e master -e $USER -e review/ -e releases/
branch-name = !git branch | awk '/\\*/{print $2}'
#branch-name = !git branch | awk '/\\*/{print $2}'
branch-name = branch --show-current
sd = diff --name-status
last = cat-file commit HEAD