config.sample 764 B

1234567891011121314151617181920212223242526272829303132
  1. # Kitware Local Git Setup Scripts - Sample Project Configuration
  2. #
  3. # Copy to "config" and edit as necessary.
  4. [hooks]
  5. url = http://public.kitware.com/GitSetup.git
  6. #branch = hooks
  7. [ssh]
  8. host = public.kitware.com
  9. key = id_git_public
  10. request-url = https://www.kitware.com/Admin/SendPassword.cgi
  11. [stage]
  12. #url = git://public.kitware.com/stage/Project.git
  13. #pushurl = [email protected]:stage/Project.git
  14. [gerrit]
  15. #project = Project
  16. site = http://review.source.kitware.com
  17. # pushurl placeholder "$username" is literal
  18. pushurl = [email protected]:Project
  19. [upstream]
  20. url = git://public.kitware.com/Project.git
  21. [gitlab]
  22. host = gitlab.kitware.com
  23. group-path = group
  24. group-name = Group
  25. project-path = project
  26. project-name = Project