mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-06 12:44:28 +02:00
master Fixed a small typo in the german version of 'remote tracking'
This commit is contained in:
parent
24ee3705c5
commit
dac744a1d8
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ exports.level = {
|
||||||
"",
|
"",
|
||||||
" git branch -u o/master foo",
|
" git branch -u o/master foo",
|
||||||
"",
|
"",
|
||||||
"eingibt, wir damit der lokale Branch `foo` so eingestellt, dass er `o/master` trackt. Den Namen des lokalen Branch kannst du auch weglassen, falls du ihn eh aktuell ausgecheckt hast:",
|
"eingibt, wird damit der lokale Branch `foo` so eingestellt, dass er `o/master` trackt. Den Namen des lokalen Branch kannst du auch weglassen, falls du ihn eh aktuell ausgecheckt hast:",
|
||||||
"",
|
"",
|
||||||
" git branch -u o/master",
|
" git branch -u o/master",
|
||||||
""
|
""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue