git: Use empty message in chk alias
This commit is contained in:
parent
9fe5df655d
commit
51461f4685
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue