Create git commands and aliases
This is a wiki page. Be bold and improve it!
If you have any questions about the content on this page, don't hesitate to open a new ticket and we'll do our best to assist you.
We can easily create new commands so that we can do the same routine by issuing a single command.
If you want to create the command git my_command
, simply create a script called git-my_command
in your language of choice (bash, python, etc.), make it executable and put it somewhere in your path.