Handy git commands you always google

less than 1 minute read

git clone into existing directory

git init
git remote add origin 
git fetch
git checkout master

Updated: