To clone a gist:
git clone [email protected]:[GIST ID].git
If you need to add a remote to an existing repository:
git remote add origin [email protected]:[GIST ID].git
git pull origin master --allow-unrelated-histories
git push --set-upstream origin master