Created
February 15, 2014 18:20
-
-
Save bakertim/9023123 to your computer and use it in GitHub Desktop.
CLI: New machine setup
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
# initial Computer setup | |
# Tim Westbaker | |
# Created 2-15-14 | |
# Git configuration | |
g config --global alias.b branch | |
g config --global alias.a add | |
g config --global alias.c commit | |
g config --global alias.co checkout | |
g config --global alias.d diff | |
git config --global core.editor "subl -n -w" | |
git config --global advice.statushints false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment