ソースを参照

.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 **
}



読み込み中…
キャンセル
保存