config.sample 583 B

12345678910111213141516171819202122
  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