In git-bash (on Windows 7) I've installed a git helper script in ~/bin/git-script but when I run it I receive the following:
$ git script
git: 'script' is not a git command. See 'git --help'.
Did you mean this?
script
This is weird because it obviously has knowledge of the script command that I installed. Running it as git-script works fine. Any ideas?