Git Windows users beware - without the --icase-pathspecs or GIT_ICASE_PATHSPECS = 1 env var setting, that git pathspecs will be case-sensitive, in which case
git checkout origin/FooBranch "Some/Path/To/File.txt"
is not the same as
git checkout origin/FooBranch "some/path/to/file.Txt"