Git

Decision

We use git for version management for code.

Problems

Multiple people change our code, sometimes in parallel. We need to manage change and be able to go back to older (working?) versions of the code.

Context

git is the industry standard solution and has been in use since the beginning of the company.

Options

No other options were considered.

Reasoning

Git is the industry standard.

Consequences

No major consequences expected.