Merge branch 'master' of github.com:adamlsd/cshenv

This commit is contained in:
2022-05-17 11:29:38 -04:00
5 changed files with 61 additions and 11 deletions

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