git remote set-url origin https_link_to_repository
git push -u origin master
ssh-agent -s
ssh-add ~/.ssh/id_rsa
don't use passphrase when creating keys...
especially when using this as a node package,
coz even if prompted it won't work during installation
$ssh-keygen -t rsa -b 4096 -C "your_email@example.com"