I am new in bitbucket.I want to upload project from Linux to bitbucket.successfully I have created a bitbucket account and did the following
1)create a repository name 'testadmin'
2)Using command line cd /var/www/myname/myprojectname
git init
git remote add origin https://username@bitbucket.org/user/testadmin.git
git pull origin master
then I get
Password for 'https://user@bitbucket.org':
From https://bitbucket.org/user/testadmin
* branch master -> FETCH_HEAD
Merge made by the 'recursive' strategy.
README.md | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
But I didn't get my project from bitbucket.Please help me