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:
parent
39dbcb99b3
commit
c54a733b8d
1 changed files with 15 additions and 0 deletions
15
common/git.md
Normal file
15
common/git.md
Normal 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>`
|
Loading…
Add table
Reference in a new issue