ソースを参照

map alias s -> short status

Fabian Peter Hammerle 5 年 前
コミット
5b4dbd2d6e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      gitconfig

+ 1 - 0
gitconfig

@@ -19,4 +19,5 @@
 	default = simple
 
 [alias]
+	s = status --short --untracked-files=all --branch
 	tree = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset)%C(bold red)%d%C(reset) %C(dim green)(%ar)%C(reset) %C(dim white)%s%C(reset) %C(bold black)(%an, %ai)%C(reset)' --all --date=short