mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
Fixed typo in german translation
This commit is contained in:
parent
31b8890c0b
commit
db32280815
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ exports.level = {
|
|||
"* `git cherry-pick o/master`",
|
||||
"* `git rebase o/master`",
|
||||
"* `git merge o/master`",
|
||||
"* usw. usf. ausfúhren.",
|
||||
"* usw. usf. ausführen.",
|
||||
"",
|
||||
"Der Ablauf, die Änderungen vom Server zu holen und dann in die eigene Arbeit zu mergen wird so häufig benötigt, dass Git einen Befehl kennt der beides auf einmal erledigt! Das ist `git pull`."
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue