Comment by wredcoll
3 months ago
This is a good point, git is more like a very clever toolbox than an actual "version control system". You can certainly implement a vcs using git, but it doesn't exactly start out as one.
3 months ago
This is a good point, git is more like a very clever toolbox than an actual "version control system". You can certainly implement a vcs using git, but it doesn't exactly start out as one.
Makes me wonder what other tools could be implemented on top of git, besides a vcs.
I’m sure I’m not the first one to have that thought. So I’m curious what other tools and systems people have built in top of git.