Skip to content

Instantly share code, notes, and snippets.

@victorvhpg
Last active August 29, 2015 14:12
Show Gist options
  • Save victorvhpg/cffaf34b08fdd51fb70d to your computer and use it in GitHub Desktop.
Save victorvhpg/cffaf34b08fdd51fb70d to your computer and use it in GitHub Desktop.
git remoto
#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