1
Hello.
I want to send my project called sfp to bitbucket.
I didn’t create this project or repository there at the bit, but I want to know if it is possible to already send and create the Repo at the same time.
For example: I type the command more or less like this:
git remote add sfp git:/bitbucket.org/andre_sn/sfp.git
And already create the repository. Then I just push. I’m not getting it, as I do?
for all I know you have to commit before you push. then go to bitbucket and make tbm commit in your repository.... before a commit you should always push.
– usersantos
for me to commit I need to have the repository created the same way. Then we come to the conclusion that there is no way to create a repository by terminal or graphical interface, just by page.
– André Nascimento
There is a tool to create Repos from the https:/hub.github.com/ command line but only supports Github. A good explanation of how to use http://blog.caelum.com.br/github-na-command-line/
– dougg0k