Last active
August 29, 2015 14:12
-
-
Save victorvhpg/cffaf34b08fdd51fb70d to your computer and use it in GitHub Desktop.
git remoto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #inicializa um repositorio git chamado meu_projeto.git com --bare, | |
| #para que soh seja criado os arquivos do git | |
| #este repositorio nao tera area de trabalho ele so tera os arquivos git. | |
| git init --bare meu_projeto.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment