tldr/pages/common/git.md

21 lines
254 B
Markdown
Raw Normal View History

2015-10-22 08:31:52 +01:00
# git
2014-02-23 10:43:06 +00:00
> Distributed version control system.
2019-01-30 11:19:23 +00:00
> Homepage: <https://git-scm.com/>.
2014-02-23 10:43:06 +00:00
- Check the Git version:
2014-03-09 12:20:13 +00:00
`git --version`
- Call general help:
2014-03-09 12:20:13 +00:00
`git --help`
- Call help on a command:
`git help {{command}}`
- Execute Git command:
2014-02-23 10:43:06 +00:00
`git {{command}}`