我想git status总是使用短格式:
$ git status --short
M file1
M dir/file2
?? file_untracked3
?? dir/file_untracked4
Run Code Online (Sandbox Code Playgroud)
似乎没有为此配置选项,并且git config --global alias.status "status --short"不起作用.我还没有设法在zsh中创建别名.
如何git status默认使用短格式?