In gitsh (version 0.5, without any special git binary) I get the following error:
results in
fatal: ambiguous argument 'Gemfile*': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
However git diff Gemfile* on the shell works correctly
Any ideas?
In gitsh (version 0.5, without any special git binary) I get the following error:
results in
However
git diff Gemfile*on the shell works correctlyAny ideas?