master Fixed a small typo in the german version of 'remote tracking'

This commit is contained in:
Sebastian Kessler 2020-10-06 11:16:08 +02:00
parent 24ee3705c5
commit dac744a1d8

View file

@ -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",
"" ""