Git alias
There are two files that needs to be touched to make this smooth. 1. ~/.gitconfig 2. .bashrc or .zshrc (This is optional. You can use only if you need more customized alias) Let’s start with ~/.gitconfig Enter the following in the command line. This will set the values in .gitconfig automatically
Continue