From 7618fef666e84b34496eddf493d3430b6c1dd5b8 Mon Sep 17 00:00:00 2001 From: Ray Voice <33094591+Ray6464@users.noreply.github.com> Date: Thu, 11 Nov 2021 00:50:18 +0500 Subject: [PATCH] git: add more subcommand examples (#6763) --- pages/common/git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/git.md b/pages/common/git.md index 5e17b9a45..1c5d93d79 100644 --- a/pages/common/git.md +++ b/pages/common/git.md @@ -1,7 +1,7 @@ # git > Distributed version control system. -> Some subcommands such as `git commit` have their own usage documentation. +> Some subcommands such as `commit`, `add`, `branch`, `checkout`, `push`, etc. have their own usage documentation, accessible via `tldr git subcommand`. > More information: . - Check the Git version: @@ -12,7 +12,7 @@ `git --help` -- Show help on a Git subcommand (like `commit`, `log`, etc.): +- Show help on a Git subcommand (like `clone`, `add`, `push`, `log`, etc.): `git help {{subcommand}}`