Linus Torvalds built Git in 10 days - and never imagined it would last 20 years
bleistift2 @ bleistift2 @sopuli.xyz Posts 61Comments 884Joined 1 yr. ago

bleistift2 @ bleistift2 @sopuli.xyz
Posts
61
Comments
884
Joined
1 yr. ago
If I hand you a commit, you cannot tell which ‘branch’ it is on without searching the git history and hoping that you only get one answer. That’s a bummer if, for instance, you’re a github action and only get handed the commit. If it’s on the master branch, I want to do different things than if it’s a dev branch.