瀏覽代碼

alias c -> commit

Fabian Peter Hammerle 5 年之前
父節點
當前提交
fc04eb46ff
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      gitconfig

+ 1 - 0
gitconfig

@@ -23,6 +23,7 @@
 	default = simple
 
 [alias]
+	c = commit
 	d = diff
 	s = status --short --untracked-files=all --branch
 	tree = log --graph --format=format:'%C(red)%G?%C(reset) %C(yellow)%h%C(reset)%C(blue)%d%C(reset) %C(dim green)%ar%C(reset) %C(white)%s%C(reset) %C(dim black)(%an, %ai)%C(reset)' --all