Run in linux (or git bash) command line:
For global aliases:
bash -c "$(curl https://raw.githubusercontent.com/Jgay6/setup_alias_git/master/setup.sh)" -s globalFor system aliases:
bash -c "$(curl https://raw.githubusercontent.com/Jgay6/setup_alias_git/master/setup.sh)" -s systemFor local aliases:
bash -c "$(curl https://raw.githubusercontent.com/Jgay6/setup_alias_git/master/setup.sh)" -s localFor setting the user and email
git config --global user.name "Name"
git config --global user.email "Email"