Gitbaserad
Gitbaserad is a Swedish term that translates to "Git-based" in English. It refers to a system or workflow that utilizes Git, a distributed version control system, as its fundamental component for managing changes and collaboration. In a Git-based workflow, all code, documents, or other project assets are stored in a Git repository. This allows for tracking the history of modifications, enabling multiple contributors to work simultaneously, and facilitating the merging of different versions of the project.
The core principles of Gitbaserad revolve around the distributed nature of Git. Each developer typically works
Common practices within a Git-based workflow include branching for new features or bug fixes, pull requests