Skip to main content

Steps For Bitbucket account setup with git

Steps For Bitbucket account setup with git?

1)Add local machine ssh key to bitbucket account
2)Create repository to bitbucket
3)git init
4)git remote add origin git@bitbucket.org:kotesh_rao/dhfhgfh.git
5)git add .
6)git commit -m 'first commit'
7)git push -u origin master

Comments