git: add start alias

This commit is contained in:
Fernando Schauenburg 2023-09-29 22:13:03 +02:00
parent 7c68f1bbb0
commit e133205865

View file

@ -18,6 +18,7 @@
lla = ll --all lla = ll --all
s = status --short s = status --short
ss = status ss = status
start = !git init && git commit --allow-empty -m \"Initial commit\" && git l
[pretty] [pretty]
basic = %C(auto)%h%d %s %C(8) %ad basic = %C(auto)%h%d %s %C(8) %ad