소스 검색

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



불러오는 중...
취소
저장