Git For Github Basic Stuff
by bobanj on Oct.22, 2009, under Ruby On Rails
Global setup:
git config –global user.name “usrname”
git config –global user.email email
declare -x GIT_SSH=”PATH_TO\Git\bin\ssh.exe” #if windows
I will write a more detailed guide about this….hopefully soon
CONSTANT="RUBY"


