Created
March 15, 2012 20:35
-
-
Save everaldo/2046723 to your computer and use it in GitHub Desktop.
Criando um repositorio Git
This file contains 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
$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 [email protected]:/opt/git/my_project.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment