Pregunta

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.

¿Fue útil?

Solución

Just put it in some directory where the environment variable PATH points to (check with echo $PATH).

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top