Setting up a private Git repository with Gogs
Sometimes you just don't want to use GitHub. Maybe it's the cost for setting up private repositories, or maybe you don't trust them enough. Whatever the reason might be, setting up a private repository is actually really easy.
In this post I demonstrate how I used Gogs to setup a …