Skip to content
malex984 edited this page Jan 13, 2012 · 9 revisions
  • development done on personal forks
  • a few people with push access, who handle pull requests
  • main repository hosts only official master and spielwiese branches
  • special repository for CI with TeamCity (internal): Singular/spielwiese-ci, see Oleksandr's talk. The git commands for TC testing may look as follows:
    • git remote add TC [email protected]:Singular/spielwiese-ci.git # initial setup
    • git push TC +HEAD:remote-run/your_TC_user_name/feature_name # testing with TC after a local commit

Clone this wiki locally