Skip to content

Instantly share code, notes, and snippets.

@klimaye
Created August 11, 2013 12:41
Show Gist options
  • Save klimaye/6204725 to your computer and use it in GitHub Desktop.
Save klimaye/6204725 to your computer and use it in GitHub Desktop.
ongoing git setup
#under ~/.profile
alias gst='git status'
#on command prompt for colors
git config --global color.ui true
#more to come.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment