It’s very important to always name your scripts like that; that’s how Git knows your file is supposed to be run as a subcommand. Now, add your new folder to the shell’s $PATH: $ export PATH="$HOME/.gitbin:$PATH" You might want to add the previous ...
↧