This is really damn good. Thanks for sharing it!
- 0 Posts
- 2 Comments
Joined 6 months ago
Cake day: February 7th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
This is really damn good. Thanks for sharing it!
The main difference being that code is typically stored in plain text files, where you can more easily compare and merge differences, while some other document types are harder to
diff
usefully. That doesn’t mean you can’t use git to keep their version history, it just means resolving merge conflicts might be a bitch.