瀏覽代碼

.bashrc add git alias cm as commit --verbose

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

+ 1
- 0
.bashrc 查看文件

@@ -110,6 +110,7 @@ _mygitconfig(){
git config --global alias.log-all3 "log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short"
git config --global alias.cmm "commit -m"
git config --global alias.b "branch"
git config --global alias.cm "commit --verbose"
# git config --global github.token **
}



Loading…
取消
儲存