1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-18 01:15:24 +02:00

Update git.md

This commit is contained in:
Managor 2025-07-01 09:17:06 +03:00 committed by GitHub
parent 8c93d33110
commit 8a64d683f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`