Files
tldr/pages/common/git.md
2016-07-24 14:15:31 +02:00

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}}