Skip to content

Instantly share code, notes, and snippets.

@everaldo
Created March 15, 2012 20:35
Show Gist options
  • Save everaldo/2046723 to your computer and use it in GitHub Desktop.
Save everaldo/2046723 to your computer and use it in GitHub Desktop.
Criando um repositorio Git
$sudo git init --bare my_project.git
Initialized empty Git repository in /opt/git/my_project.git/
$sudo chown -R git:git my_project.git/
git clone user@git.example.com:/opt/git/my_project.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment