←back to thread

577 points Delgan | 1 comments | | HN request time: 0.204s | source
Show context
lucasoshiro ◴[] No.44348168[source]
There are many "Git's coolest, most unloved feature", e.g.: bisect, pickaxe, reflog, range-diff, archive, annotated tags, etc. Sadly they are often forgotten as many people thing of Git only as a glorified Google Drive...
replies(3): >>44348325 #>>44348397 #>>44349288 #
knallfrosch ◴[] No.44348325[source]
Git notes is redundant since you need a higher-level project management tool to track features anyway. Roadmaps, feature hierarchy and non-technical details. Think of any big tracker or Jira.

I think that's fine. Unix philosophy is to focus on one thing and do that well.

replies(2): >>44349337 #>>44356827 #
1. chrishill89 ◴[] No.44356827[source]
There are many uses for Git notes even though you might use a project management tool. Particularly all those things which are relevant for developers only, or that the developers can use as the data source for "higher-level" goals.