On Sun, 8 Jan 2017 09:54:30 -0800
Michael <keybou...@gmail.com> wrote:

> So, the question of "which form to use on windows" depends if you are
> using git for windows with the normal windows shell, or if you are
> using git for windows with cygwin and the bash shell?

Sounds about correct.  "Native" Windows shells should pass wildcards to
Git commands unmodified, and Git will take care of their expansions by
itself.

Git Bash and Cygwin will expand the globs themselves, unless escaped.
And when they are escaped, some Git commands will expand these globs
themselves.  Unfortunately, my memory fails to provide the fine details
on when Git commands do this.

[...]

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to