View git_configs.sh
git config --global user.name "Guilherme Ventura" | |
git config --global user.email "guilhermeventura2@gmail.com" | |
git config --global push.default simple | |
git config --global color.ui true | |
git config --global alias.s status | |
git config --global alias.c checkout | |
git config --global alias.co checkout |