Преглед изворни кода

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() {


Loading…
Откажи
Сачувај