Skip to content

Git practices

Jeff Fredrickson edited this page Oct 4, 2016 · 5 revisions

We generally follow the 18F model: How we Git.

Our default branch is dev, so make all pull requests (PRs) and commits on that branch. You can preview dev on Federalist at: https://federalist.18f.gov/preview/GSA/cto-website/dev/.

Once we are ready to move changes from development to production, we will merge dev into master.

Clone this wiki locally