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...")
(No difference)

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