diff --git a/gitconfig b/gitconfig index 5d871c2..b608219 100644 --- a/gitconfig +++ b/gitconfig @@ -34,5 +34,6 @@ required = true [alias] lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an [%cn]%d%Creset %s %Cgreen(%cr)%Creset' --date=relative + start = !git init && git commit --allow-empty -m \"Initial commit, mofuck\" [rerere] enabled = true