Building on Git's Primitives
SMRTR summary
Inspired by Linus Torvalds' 2007 wish for a "git for bugs," a developer built git-native-issue — an issue tracker using git's four object types as its database. Issues are stored as commits, synced like code, and require no server or external database, making project issues as portable as code itself.
SMRTR provides this summary for quick context. The original article belongs to Reddit.
Read the original article