skip to content
 

Version control is the management of changes to programs or documents so that you can easily see who made what changes, exactly what was changed, when it was changed, and quickly go back to any particular revision. It is particularly useful when several people are working on the same project, but even for one-person programming projects the benefits of using version control are significant. 

Many different version control systems are available but within the Department of Chemistry you are most likely to use git .

Git (GitLab)

Git is a popular distributed version control system. 'Distributed' means that every person working on the project has a complete copy of the history on their local computer. This makes it easy to work offline and also to collaborate with lots of different groups of people working in different ways. No central server or infrastructure is required to use git, just a copy of the program. Having said that, many projects find it useful to have a central git repository and so the University provides a GitLab repository service at https://gitlab.developers.cam.ac.uk . This provides free public and private repositories with fine grained access control to groups in the University. There is a Department of Chemistry group at https://gitlab.developers.cam.ac.uk/ch ; please contact us if you would like a sub-group creating for e.g. your research group. There are also external sites such as GitHub which provide free public repositories to anyone who signs up. 

Getting started with git

 

System status 

System monitoring page

Can't find what you're looking for?

Then you might find our A-Z site index useful. Or, you can search the site using the box at the top of the page, or by clicking here.