Difference between revisions of "Github"
From SCECpedia
Jump to navigationJump to search (Created page with "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 bra...") |
|||
Line 8: | Line 8: | ||
* [[CME_Project]] | * [[CME_Project]] | ||
*[[UCVM]] | *[[UCVM]] | ||
− | *[[BBP | + | *[[BBP]] |
*[[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.