Difference between revisions of "Github"

From SCECpedia
Jump to navigationJump to search
Line 7: Line 7:
 
== See Also ==
 
== See Also ==
 
* [[CME_Project]]
 
* [[CME_Project]]
*[[UCVM]]
+
* [[UCVM]]
*[[BBP]]
+
* [[Broadband Platform]]
*[[CyberShake]]
+
* [[CyberShake]]

Revision as of 21:13, 6 March 2017

SCEC makes use of github, a cloud-based git repo, to archive our source code.

GIt Principles Used by SCEC

  • The Master branch is deployable

We may update the master branch, but it is always considered deployable. Any significant changes should be done on a dev branch.

See Also