Difference between revisions of "Git"

From Mu2eWiki
Jump to navigation Jump to search
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]
*[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] [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