1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

git-pull: add new lines between commands and explanation

This commit is contained in:
LukBukkit 2020-10-21 19:29:06 +02:00 committed by Starbeamrainbowlabs
parent 89855d398e
commit 1e9eb3ea65

View file

@ -8,7 +8,9 @@
`git pull`
- Änderungen aus dem Standard-Repository herunterladen und einen Rebase anwenden:
`git pull --rebase`
- Änderungen von einem bestimmten entfernten Repository und Branch herunter und zusammenführen in den HEAD:
`git pull {{remote_name}} {{branch}}`