Git没有在路径中拾取子命令

时间:2015-10-20 09:13:17

标签: git git-commands

我试图添加一个git子命令。我相信所需要的只是在我git-whatever的某个地方有一个名为PATH的可执行文件,我可以将其作为git whatever运行。但是它不适合我。

[tamlyn ~/.bin] $ ls
total 8
drwxr-xr-x   4 tamlyn  staff       136 20 Oct 09:40 ./
drwxr-xr-x+ 44 tamlyn  staff      1496 19 Oct 17:56 ../
-rwxr-xr-x   1 tamlyn  staff        19 20 Oct 09:40 git-test*
[tamlyn ~/.bin] $ cat git-test 
#!/bin/sh
echo OK!
[tamlyn ~/.bin] $ cd ..
[tamlyn ~] $ git-test
OK!
[tamlyn ~] $ git test
git: 'test' is not a git command. See 'git --help'.

Did you mean this?
    reset

我在OS X 10.10.5上通过Homebrew运行git 2.5.3。

0 个答案:

没有答案