Hacker News new | ask | show | jobs
by erikstrottmann 2327 days ago
AFAICT, Git documentation capitalizes the first letter:

> The advantages of Git compared to other source control systems. [0]

> You can learn more about individual Git commands with "git help command". [1]

[0] https://git-scm.com [1] http://man7.org/linux/man-pages/man1/git.1.html

1 comments

Interesting, old programs like 'rm' only use lower case but new programs like bash and git (or should I say "Bash" and "Git") capitalize the program name sometimes.

Given that Unix (not "unix") inherited case sensitivity from Multics I would expect more consistency in the spelling.

(Clearly I'm focusing on the most important topics in computing!)