This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9f0081e0e3
tldr
/
pages
/
common
/
git.md
218 B
Raw
Blame
History
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}}