瀏覽代碼

add --stat option to git graph

pull/1/head
10sr 12 年之前
父節點
當前提交
b0fc9355d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .bashrc

+ 1
- 1
.bashrc 查看文件

@@ -148,7 +148,7 @@ _mygitconfig(){
git config --global color.ui auto
git config --global status.relativePaths false
git config --global status.showUntrackedFiles no
git config --global alias.graph "log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short"
git config --global alias.graph "log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short --stat"
git config --global alias.st "status"
git config --global alias.b "branch"
git config --global alias.ci "commit --verbose"


Loading…
取消
儲存