git-pull: add German translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
42488492b7
commit
3e91d27300
14
pages.de/common/git-pull.md
Normal file
14
pages.de/common/git-pull.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# git pull
|
||||
|
||||
> Holen eines Branches von einem entfernten Repository und zusammenführen in das lokale Repository.
|
||||
> Mehr Information: <https://git-scm.com/docs/git-pull>.
|
||||
|
||||
- Änderungen vom Standard-Repository herunterladen und zusammenführen:
|
||||
|
||||
`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}}`
|
Reference in New Issue
Block a user