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
c92cd2281e
tldr
/
pages
/
common
/
git.md
212 B
Raw
Blame
History
git
Main command for all git commands
Check the Git version
git --version
Call general help
git --help
Call help on a command
git help {{COMMAND}}
Execute Git command
git {{COMMAND}}