Git Configuration

Makes git output look better: ```bash git config format.pretty oneline git config color.ui true ```