this post was submitted on 31 May 2026
9 points (68.0% liked)

Linux Gaming

26026 readers
259 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

Help:

Launchers/Game Library Managers:

General:

Discord:

IRC:

Matrix:

Telegram:

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] slazer2au@lemmy.world 1 points 4 hours ago (1 children)

When developing a game it is a good idea to use source control like Git. That always if you break something so bad you don't know how to fix it you can roll back to a known good version.
It also helps with collaboration as only actual changes are synced.

That's the fundamental purpose of my developing the game.

I mean, the game should be based upon git entirely.