Things under legendu
** Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! **
It is suggested that you use Git in Windows Subsystem Linux (WSL) instead of Git Shell in Windows.
git bash shell (on Windows) also uses shitf + insert to paste.
Git bash shell use /c, /d, /e, etc. for root path of drives.
It seems to me that
git config --global core.fileModelhas no effect on Windows. You can usegit -c core.fileMode=false commandas an alternative.Git diff origin/master..HEAD
Git diff 15dc8^!