see attachment. greetings, kalle
>From ed466d29733a14acf3b2071d3d35aa829e09b1d7 Mon Sep 17 00:00:00 2001 From: kalledaballe <kalle@xxxxxxxxxxxxxxxxxxx> Date: Thu, 8 Feb 2018 18:53:54 +0100 Subject: [PATCH 1/5] I corrected some few quotation mistakes --- Documentation/gittutorial.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index 242de31..d04f8ac 100644 --- a/Documentation/gittutorial.txt +++ b/Documentation/gittutorial.txt @@ -372,7 +372,7 @@ her work-in-progress on top of the resulting history. When you are working in a small closely knit group, it is not unusual to interact with the same repository over and over -again. By defining 'remote' repository shorthand, you can make +again. By defining remote repository shorthand, you can make it easier: ------------------------------------------------ @@ -406,8 +406,8 @@ could merge the changes into her master branch: alice$ git merge bob/master ------------------------------------- -This `merge` can also be done by 'pulling from her own remote-tracking -branch', like this: +This merge can also be done by pulling from her own remote-tracking +branch, like this: ------------------------------------- alice$ git pull . remotes/bob/master -- 2.1.4