[git] add shortcut for an empty initial commit

This commit is contained in:
Dmytro Meleshko 2020-10-04 19:53:03 +03:00
parent 5a5067b98c
commit b1f3d1e1ab
1 changed files with 1 additions and 0 deletions

View File

@ -22,3 +22,4 @@
[alias]
unstage = restore --staged
initial-commit = commit --message 'initial commit' --allow-empty