| 1234567891011121314151617181920212223242526272829303132 |
- # Kitware Local Git Setup Scripts - Sample Project Configuration
- #
- # Copy to "config" and edit as necessary.
- [hooks]
- url = http://public.kitware.com/GitSetup.git
- #branch = hooks
- [ssh]
- host = public.kitware.com
- key = id_git_public
- request-url = https://www.kitware.com/Admin/SendPassword.cgi
- [stage]
- #url = git://public.kitware.com/stage/Project.git
- #pushurl = [email protected]:stage/Project.git
- [gerrit]
- #project = Project
- site = http://review.source.kitware.com
- # pushurl placeholder "$username" is literal
- pushurl = [email protected]:Project
- [upstream]
- url = git://public.kitware.com/Project.git
- [gitlab]
- host = gitlab.kitware.com
- group-path = group
- group-name = Group
- project-path = project
- project-name = Project
|