Git: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
The primary source code management system for the Mu2e Offline software is a git that is hosted on the Fermilab redmine site. | The primary source code management system for the Mu2e Offline software is a git that is hosted on the Fermilab redmine site. | ||
Other Mu2e software is managed using [[CVS|other source code management systems]]. | Other Mu2e software is managed using [[CVS|other source code management systems]]. | ||
Please follow these [https://cdcvs.fnal.gov/redmine/projects/mu2eofflinesoftwaremu2eoffline/wiki/Git_Workflow_for_Mu2e instructions] for the mu2e conventions on commits. | |||
==References== | ==References== | ||
*[https://cdcvs.fnal.gov/redmine/projects/mu2eofflinesoftwaremu2eoffline/wiki/Git_Workflow_for_Mu2e mu2e git instructions] | *[https://cdcvs.fnal.gov/redmine/projects/mu2eofflinesoftwaremu2eoffline/wiki/Git_Workflow_for_Mu2e mu2e git instructions] | ||
*[http://git-scm.com/ git home] [http://git-scm.com/doc Documentation] [https://git-scm.com/docs reference] | *[http://git-scm.com/ git home] [http://git-scm.com/doc Documentation] [https://git-scm.com/docs reference] | ||
*[https://cdcvs.fnal.gov/redmine/projects/mu2eofflinesoftwaremu2eoffline/repository redmine repository browser] | *[https://cdcvs.fnal.gov/redmine/projects/mu2eofflinesoftwaremu2eoffline/repository redmine repository browser] |
Revision as of 23:08, 16 February 2017
Introduction
The primary source code management system for the Mu2e Offline software is a git that is hosted on the Fermilab redmine site. Other Mu2e software is managed using other source code management systems.
Please follow these instructions for the mu2e conventions on commits.
References
- mu2e git instructions
- git home Documentation reference
- redmine repository browser
- Fermilab redmine
- talk at the Software and Simulation Meeting, Sept 17, 2014.
- Marc P's suggested git workflow for simple git projects
- Fermilab git workshop and related materials
- managing and creating new redmine repositories