Skip to content

Instantly share code, notes, and snippets.

View Obsidion's full-sized avatar

Jeremy Obsidion

  • Gnip
  • Boulder, CO
View GitHub Profile
@Obsidion
Obsidion / gist:1204800
Created September 8, 2011 21:28
Create bare git repo
---------NO CODE YET--------
on server:
git init --bare
then clone it locally:
git clone git@server:/myNewRepo.git