Git: Difference between revisions
Jump to navigation
Jump to search
(Created page with " ==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...") |
No edit summary |
||
Line 7: | Line 7: | ||
*[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] | ||
*[https://cdcvs.fnal.gov/redmine/projects/mu2eofflinesoftwaremu2eoffline/wiki/Git_Workflow_for_Mu2e#Version-with-Pictures tutorial of standard workflow for commits] | *[https://cdcvs.fnal.gov/redmine/projects/mu2eofflinesoftwaremu2eoffline/wiki/Git_Workflow_for_Mu2e#Version-with-Pictures tutorial of standard workflow for commits] | ||
*[http://git-scm.com/ git home] [http://git-scm.com/doc Documentation] | *[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] | ||
*[https://cdcvs.fnal.gov/redmine Fermilab redmine] | *[https://cdcvs.fnal.gov/redmine Fermilab redmine] |
Revision as of 23:06, 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.
References
- mu2e git instructions
- tutorial of standard workflow for commits
- 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