You can just use git itself on your local machine. The purpose of a hosted git repo is to share source code so you can collaborate with others (or showing off to potential employers). But git itself doesn't require one of those sites. If you're looking for options, though, there is bitbucket as well. They have tutorials in their docs iirc.
0
23 Jul 2019 01:26
u/Omnidempotent
in v/programming
You can just use git itself on your local machine. The purpose of a hosted git repo is to share source code so you can collaborate with others (or showing off to potential employers). But git itself doesn't require one of those sites. If you're looking for options, though, there is bitbucket as well. They have tutorials in their docs iirc.