I have created a small executable file (git-test) and placed it under C:\Program Files\Git\usr\bin path.
I have also added the above path in the Path environment variable. When I run git test on bash it gives me below error.
git: 'test' is not a git command. See 'git --help'
Is there anything I am missing here or anywhere I need to paste the file.

git-<custom-name>and tried to access it using git bash. (like the way git flow command works)