Skip to content

Commit

Permalink
Added a placeholder for repos/ with instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lenary committed May 11, 2009
1 parent 0421738 commit 55a3ea5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repos/*
repos/*.git
public/*.esproj
tmp/*
.DS_Store
8 changes: 8 additions & 0 deletions repos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
From the top README:

> To clone repositories so that Ginatra can see them, clone the repositories into `./repos/` - they will be served automatically. Use the `--bare` switch to both save space and make sure Ginatra can read them. If you rename them, make sure the directory ends in `.git'. For Example:
>
> cd repos
> git clone --bare git://github.com/lenary/ginatra.git
> git clone --bare git://github.com/mojombo/grit.git fun.git

0 comments on commit 55a3ea5

Please sign in to comment.