Go into the folder.. If the folder is empty, then:
git clone git@github.com:whatever .
else
git initgit remote add origin PATH/TO/REPOgit fetchgit checkout -t origin/master
Go into the folder.. If the folder is empty, then:
git clone git@github.com:whatever .
else
git initgit remote add origin PATH/TO/REPOgit fetchgit checkout -t origin/master