Github

From SCECpedia
Revision as of 21:13, 6 March 2017 by Maechlin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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