mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-17 08:15:24 +02:00
Update git.md
This commit is contained in:
parent
8c93d33110
commit
8a64d683f6
1 changed files with 3 additions and 3 deletions
|
@ -20,15 +20,15 @@
|
|||
|
||||
`git add {{[-A|-all]}}`
|
||||
|
||||
- Commit changes to version history
|
||||
- Commit changes to version history:
|
||||
|
||||
`git commit {{[-m|--message]}} {{message-text}}`
|
||||
|
||||
- Push version history to a remote
|
||||
- Push version history to a remote:
|
||||
|
||||
`git push`
|
||||
|
||||
- Pull any changes made to a remote
|
||||
- Pull any changes made to a remote:
|
||||
|
||||
`git pull`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue