tldr-pages/tldr

Let's document! Git edition

Open

#3,953 opened on Mar 30, 2020

View on GitHub
 (18 comments) (16 reactions) (0 assignees)Shell (2,507 forks)batch import
good first issuehelp wantedlet's documentnew command

Repository metrics

Stars
 (30,937 stars)
PR merge metrics
 (Avg merge 7d 5h) (321 merged PRs in 30d)

Description

For those not in the know, tldr-pages is about more than just commands. Those commands that are too expansive to fit on 1 page often have multiple subcommands - which we can document on their own pages. For example, try these:

tldr git merge
tldr git add
tldr ip address

In the case of git, it has quite a number of subcommands (139 ❗). Let's document them all!

Contributor guide