Version control

Most of the website lives in some Git repositories.

We have a GitHub organisation which you should be invited to.

Our friends at URY and YSTV are pioneers.

Git clients

Some of us use Git from the command line. There are are plenty of tutorials floating around the internet.

Otherwise, GitHub for Mac and for Windows are good and free, as is SourceTree.

Hygeine

There are plenty of recommendations about Git “workflows” online.

Commits to our master branch can be expected to go live as soon as they are pushed (see deployment below). But you should commit and push regularly – so commit to a branch other than master, and merge your changes into master when you’re ready.