Create a Git archive in non empty folder

git init
git remote add origin remote_machine:~brentg/my_setup.git
git fetch
git branch master origin/master
git checkout master

Manage Installation