forked from Singular/Singular
-
Notifications
You must be signed in to change notification settings - Fork 0
Development model
malex984 edited this page Jul 16, 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
- git push TC +HEAD:remote-run/your_TC_user_name/no-ntl/feature_name # testing with TC after a local commit without NTL