From 9d46670972740384384357b204315413380ae2f6 Mon Sep 17 00:00:00 2001 From: Stefan Paquay Date: Fri, 6 Jan 2017 11:44:14 +0100 Subject: [PATCH] Updated text and images on reverse pull requests --- doc/src/tutorial_github.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/tutorial_github.txt b/doc/src/tutorial_github.txt index 1c740e92a0..bb87e65fc7 100644 --- a/doc/src/tutorial_github.txt +++ b/doc/src/tutorial_github.txt @@ -275,8 +275,8 @@ Now, since in the meantime our local text for the tutorial also changed, we need Axel's change back into our branch, and merge them: $ git add tutorial_github.txt - $ git add JPG/tutorial_*.png - $ git commit -m "Updated part on reverse pull requests" + $ git add JPG/tutorial_reverse_pull_request*.png + $ git commit -m "Updated text and images on reverse pull requests" $ git pull