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.

  1. git bash shell (on Windows) also uses shitf + insert to paste.

  2. Git bash shell use /c, /d, /e, etc. for root path of drives.

  3. It seems to me that git config --global core.fileModel has no effect on Windows. You can use git -c core.fileMode=false command as an alternative.

  4. Git diff origin/master..HEAD

  5. Git diff 15dc8^!