Git

From Things and Stuff Wiki
Revision as of 19:48, 31 December 2011 by Milk (talk | contribs) (Created page with "{{techy}} === Guides === * [https://git.wiki.kernel.org/index.php/Main_Page Git wiki] * [http://progit.org/book Pro Git] * [https://wiki.archlinux.org/index.php/Git Arch Linu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Guides

Commands

git repo-config core.sharedRepository true
 Allow access by multiple users

Submodules

Repos

Git used for private repo, with Gitweb for easy overview.

For a public setup, a hosting system with access control like gitosis or gitolite is required, or for public read only, git-daemon would do.