소스 검색

when windows ignore filemode in git

pull/1/head
10sr 12 년 전
부모
커밋
f9e0e3e467
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      .bashrc

+ 3
- 0
.bashrc 파일 보기

@@ -179,6 +179,9 @@ _mygitconfig(){
git config --global alias.ls "!git ls-files | xargs ls -CFG --color=auto --time-style=long-iso"
git config --global alias.ll "!git ls-files | xargs ls -l -CFG --color=auto --time-style=long-iso"
git config --global alias.addi "add -i"
if iswindows; then
git config --global core.fileMode false
fi
}

__my_parse_svn_branch() {


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