#3953·tldr

Let's document! Git edition

Author: sbrlCreated Mar 30, 2020Updated Sep 10, 2026
Labelsnew commandhelp wantedgood first issuelet's document

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!