From 0da9b953bc8ce93a8f14e75d1f143e3c1f17821a Mon Sep 17 00:00:00 2001 From: 10sr Date: Fri, 16 Sep 2011 00:01:22 +0900 Subject: [PATCH] add git alias cmm --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 77512ad..5367e92 100755 --- a/.profile +++ b/.profile @@ -36,6 +36,7 @@ type git 1>/dev/null 2>&1 && test ! -f ~/.gitconfig && { git config --global alias.log-all "log --graph --all --color --pretty='%x09%h %cn%x09%s %Cred%d%Creset'" git config --global alias.log-all2 'log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short' 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 github.token ** }