Skip to content

Instantly share code, notes, and snippets.

@bakertim
Created February 15, 2014 18:20
Show Gist options
  • Save bakertim/9023123 to your computer and use it in GitHub Desktop.
Save bakertim/9023123 to your computer and use it in GitHub Desktop.
CLI: New machine setup
# 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