Git Kata 5: Run a Git Server

So far, we’ve been working with a local repository. Local repositories are used by an individual developer to work with a local copy of a codebase. The previous katas have demonstrated how to commit changes to a local repository.

This kata will start work with a remote repository. The first step is to set up a local Git server. We’ll be using Gogs, an open-source, lightweight Git server.

Get hands-on with 1200+ tech skills courses.