git alias
Today I found out about git alias. Similar to the concept of aliases in bash shell, you can set up short cuts for commands.
You can either set them one by one:
Or set a bunch in the .gitconfig
file:
Today I found out about git alias. Similar to the concept of aliases in bash shell, you can set up short cuts for commands.
You can either set them one by one:
Or set a bunch in the .gitconfig
file: