tldr/pages/common/git.md

218 B

git

Distributed version control system.

  • Check the Git version:

git --version

  • Call general help:

git --help

  • Call help on a command:

git help {{COMMAND}}

  • Execute Git command:

git {{COMMAND}}