This website requires JavaScript.
Explore
Help
Sign In
blue
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2063dfdde3
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}}