Difference between revisions of "Adicionando repositório GIT remoto"
From Basef
(Tag: VisualEditor) |
(Tag: VisualEditor) |
||
Line 1: | Line 1: | ||
Partindo de um diretório que ainda não esteja apontando para um repositório GIT: | Partindo de um diretório que ainda não esteja apontando para um repositório GIT: | ||
− | <nowiki>< | + | <nowiki><syntaxhighlight lang="bash"></nowiki> |
git remote add origin git@bitbucket.org:repositorio/projeto.git | git remote add origin git@bitbucket.org:repositorio/projeto.git | ||
− | <nowiki></ | + | <nowiki></syntaxhighlight></nowiki> |
[[Categoria:GIT]] | [[Categoria:GIT]] |
Revision as of 23:20, 23 April 2015
Partindo de um diretório que ainda não esteja apontando para um repositório GIT:
<syntaxhighlight lang="bash">
git remote add origin git@bitbucket.org:repositorio/projeto.git
</syntaxhighlight>