Git Shell on Windows
Posted on Oct 14, 2019 in Software
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
** 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.fileModel
has no effect on Windows. You can usegit -c core.fileMode=false command
as an alternative. -
Git diff origin/master..HEAD
-
Git diff 15dc8^!