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>>
– Andre Gusmao