First, I am an absolute noob with git, repos and command line. I have repo on Bitbucket and I basically want to be able to push to the repository via gitbash without entering a
For Windows 7 users:
ssh-keygen
, and press Enter three times
(one for location, and two for empty passphrase).dir .ssh
should list these two files: id_rsa id_rsa.pubgit init
git clone ssh://git@bitbucket.test.com:YOURUSERNAME/myrepository.git