1
0
Fork 0

git: Use empty message in chk alias

This commit is contained in:
Jeremy Kaplan 2024-07-08 14:17:52 -04:00
commit 51461f4685

View file

@ -58,7 +58,7 @@ bp = branch-prune
bpf = branch-prune --force
bv = branch -vv
c = commit
chk = commit -a -n -m 'CHECKPOINT'
chk = commit --all --no-verify --allow-empty-message --message ''
co = checkout
cp = cherry-pick
d = diff