tldr-pages/tldr

Let's document! Git edition

Open

#3,953 opened on Mar 30, 2020

 (18 comments) (16 reactions) (0 assignees)Markdown (5,381 forks)batch import
good first issuehelp wantedlet's documentnew command

Repository metrics

Stars
 (63,468 stars)
PR merge metrics
 (PR metrics pending)

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