HOWTO:
$ mkdir -p ~/src/myproject
$ cd ~/src/myproject
$ git init --bare
$ cd ~
$ git clone ~/src/myproject
$ cd myproject
There, done. Now you have a 100% fully functional git repo that doesn’t require a network connection and supports every single git feature. Pull it, push it, branch it, revert it, whatever: it’s your own repo and you can do whatever you want with it. And you don’t have to sign up for anything or agree to a Terms of Service or share your work or trust a company you dislike.
@grainloom, the other one is https://github.com/aaiyer/bugseverywhere
@mcsinyx @koherecoWatchdog @tek No, I was thinking of Radicle. But that one might be worth checking out too.