Created
August 24, 2011 12:20
-
-
Save leepowelldev/1167944 to your computer and use it in GitHub Desktop.
Initialise a new Git Bare repository
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
ssh [email protected] | |
mkdir my_project.git | |
cd my_project.git | |
git --bare init | |
git-update-server-info # If planning to serve via HTTP | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment