Created
August 11, 2013 12:41
-
-
Save klimaye/6204725 to your computer and use it in GitHub Desktop.
ongoing git 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
#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