If you have the project locally, but not versioned with Git:
cd local_dir
git init
git remote add origin @@ssh@@
git push origin master

If you are switching from another Git hosting provider:
cd local_dir
git remote change origin @@ssh@@
git push origin master