Bitbucket - send new files to an empty repository

Asked

Viewed 61 times

1

I created a new Mercurial repository in bitbucket called MEUNOVOREP.

Now I have a directory in my c:\novoprojeto that has a number of files that I want to upload to this repository.

My question: How to associate this my directory c:\novoprojeto to my Repository MEUNOVOREP, so that after I select the files I will send and files I will ignore?

  • On your repository page in bitbucket explains how to perform this association. Use the command hg push <<REPOSITORIO>>

1 answer

0


To initialize a repository:

hg init c:\novoprojeto

To upload the repository to Bitbucket:

cd novoprojeto
hg push https://bitbucket.org/marquinhos/meunovorep

Browser other questions tagged

You are not signed in. Login or sign up in order to post.