Skip to content

Instantly share code, notes, and snippets.

@python-consulting
Created January 21, 2014 14:46
Show Gist options
  • Save python-consulting/8541380 to your computer and use it in GitHub Desktop.
Save python-consulting/8541380 to your computer and use it in GitHub Desktop.
git init bare repository
mkdir test_repo.git
cd test_repo.git
git --bare init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment