git aliases: - git config --global alias.st status - git config --global alias.ci commit - git config --global alias.co checkout - git config --global alias.br branch info: - git config --global user.name ”Your Name Comes Here” - git config --global user.email you@yourdomain.example.com colorized output - git config --global color.branch auto - git config --global color.diff auto - git config --global color.interactive auto - git config --global color.status auto