1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:26:04 +02:00

added git.md

This commit is contained in:
kyr 2014-02-23 11:43:06 +01:00
parent 39dbcb99b3
commit c54a733b8d

15
common/git.md Normal file
View file

@ -0,0 +1,15 @@
#git
> Main command for all `git` commands
- Checking git version
`git --version`
- Calling help
`git --help`
- Executing git command
`git <command>`