Skip to content

Git best practices

Outside of test cases, projects should be backed by a Git repository, to keep track of their history.

As we've seen in the projects section, projects may be created with Git initialized, or loaded by cloning a repository.

Resources