I want to create my own custom command for git but don't know where to put the file once I have created it. It will be a simple shell script file.
Just put it in some directory where the environment variable PATH
points to (check with echo $PATH
).