gitconfig: add alias

This commit is contained in:
Rob Watson 2021-12-20 21:09:24 +01:00
parent 337eeed5fd
commit 95da2c59d8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
bn = rev-parse --abbrev-ref HEAD
br = branch
ca = commit --amend --no-edit
cad = !git commit --amend --no-edit --date \"$(date)\"
cae = commit --amend
cdf = clean -df
cdfn = clean -dfn