152
What GitHub alternative do you use?
(lemmy.world)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Gitlab at work, because, well, it's there and it works just fine.
Forgejo at home, because it's far less resource hungry.
In the end Git is a) a command line tool for b) distributed working, so it really doesn't matter much which central web service you put in place, you can always get your local copy via
git clone REPO
.