[PATCH] Add a reference to gitk localbranc remote/branch in gittutorial
From: Paolo Ciarrocchi <hidden>
Date: 2016-06-15 22:45:13
Hi all, I think it's worth to mention that a user can issue the command: $gitk local remote/branch to browse what he/she just fetched from the remote branch. Thanks to a few guys on the #git channel! Signed-off-by: Paolo Ciarrocchi <redacted> --- Documentation/gittutorial.txt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 48d1454..1407973 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/gittutorial.txt@@ -326,6 +326,12 @@ alice$ git log -p ..FETCH_HEAD This operation is safe even if Alice has uncommitted local changes. +Alice can also use gitk to browse that Bob did: + +------------------------------------------------ +alice$ gitk master origin/master +------------------------------------------------ + After inspecting what Bob did, if there is nothing urgent, Alice may decide to continue working without pulling from Bob. If Bob's history does have something Alice would immediately need, Alice may choose to
--
1.6.0.2.g2ebc0.dirty