Skip to content

Instantly share code, notes, and snippets.

@mort3za
Last active May 21, 2016 08:27
Show Gist options
  • Save mort3za/8d156562f6e5130bbafc to your computer and use it in GitHub Desktop.
Save mort3za/8d156562f6e5130bbafc to your computer and use it in GitHub Desktop.
# just install git for windows.
ssh -v to see if ssh client is installed.
ssh-keygen
# it will generate two files (id_rsa => private key, id_rsa.pub => public key).
# add contents of id_rsa.pub to bitbucket->account->ssh-keys
# create a project in bitbucket.org
# run commands of overview page (git init, ...)
# done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment