Last active
May 21, 2016 08:27
-
-
Save mort3za/8d156562f6e5130bbafc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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