...

/

Git Kata 5: Run a Git Server

Git Kata 5: Run a Git Server

Learn about Gogs and running 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.

Access this course and 1400+ top-rated courses and projects.