Difference between revisions of "Git"

From Things and Stuff Wiki
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
 
{{techy}}
 
{{techy}}
 +
 +
=== Manuals ===
 +
man [http://linux.die.net/man/1/git-push git-push]
  
 
=== Guides ===
 
=== Guides ===

Revision as of 21:31, 4 January 2012


Manuals

man git-push

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.