Created
September 26, 2016 02:43
-
-
Save josephbales/6b940cfb073e61aff3973cfcf21faf0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git config --global user.name "Joseph Bales" | |
git config --global user.email [email protected] | |
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