Linus Torvalds built Git in 10 days - and never imagined it would last 20 years
Kayana @ Kayana @ttrpg.network Posts 1Comments 45Joined 2 yr. ago
Kayana @ Kayana @ttrpg.network
Posts
1
Comments
45
Joined
2 yr. ago
I've never used Mercurial, but a simple one based on the explanations and my experience with Git:
Locating the branch a commit originated from. If a git branch has been merged into (or rebased on) main or another branch, there's no way to tell which commit came from which branch. But sometimes I'd really like that information to figure out what prompted a certain change. Without it, I need to use external tools like a ticketing system and hope the other developers added in the necessary information.