Git
Jump to navigation
Jump to search
Manuals
man git-push
Guides
Articles
- Understanding Git Conceptually
- pushing and pulling
- Understanding the Git Workflow
- A successful Git branching model
Handy
Commands
git tag - list repo tags git branch -a - list repo branches
git repo-config core.sharedRepository true Allow access by multiple users
Submodules
git submodule add git@mygithost:project goes/here --branch x.y
- Drupal Deployment with Git Submodules
- Use Git submodules to avoid storing Drupal core and contrib modules in your site's repository
- Git Submodules: Adding, Using, Removing, Updating
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.