mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 00:24:28 +02:00
Correct fact in german translation
This commit is contained in:
parent
91bc4f8cc8
commit
588268ec9b
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ exports.level = {
|
|||
"",
|
||||
"* `<Name des Remote>/<Name des Branches>`",
|
||||
"",
|
||||
"Wenn du also einen Remote Branch namens `o/master` hast, ist es eine Abbildung des Branches `master` auf dem Server, der in deinem Repository als `origin` bekannt ist.",
|
||||
"Wenn du also einen Remote Branch namens `o/master` hast, ist es eine Abbildung des Branches `master` auf dem Server, der in deinem Repository als `o` bekannt ist.",
|
||||
"",
|
||||
"Die meisten Entwickler nennen das Haupt-Remote tatsächlich `origin` und nicht `o`. Das ist so verbreitet, dass Git den entfernten Server von dem man ein `git clone` macht tatsächlich als `origin` im Clone speichert.",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue