From e133205865a6982c6815f019098292dff73cb7fd Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Fri, 29 Sep 2023 22:13:03 +0200 Subject: [PATCH] git: add `start` alias --- config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/git/config b/config/git/config index 30a4c76..a6153c4 100644 --- a/config/git/config +++ b/config/git/config @@ -18,6 +18,7 @@ lla = ll --all s = status --short ss = status + start = !git init && git commit --allow-empty -m \"Initial commit\" && git l [pretty] basic = %C(auto)%h%d %s %C(8) %ad