Skip to content

Instantly share code, notes, and snippets.

@josephbales
Created September 26, 2016 02:43
Show Gist options
  • Save josephbales/6b940cfb073e61aff3973cfcf21faf0c to your computer and use it in GitHub Desktop.
Save josephbales/6b940cfb073e61aff3973cfcf21faf0c to your computer and use it in GitHub Desktop.
#!/bin/bash
git config --global user.name "Joseph Bales"
git config --global user.email joseph.bales@gmail.com
git config --global core.editor vim
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.st status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment