Browse Source

.bashrc add git alias cm as commit --verbose

pull/1/head
10sr 13 years ago
parent
commit
d80b662f38
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .bashrc

+ 1
- 0
.bashrc View File

@@ -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…
Cancel
Save