From 5cc277e40f378fd9bf0eab160325ea51524477b8 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Thu, 15 Sep 2011 14:30:43 -0400 Subject: [PATCH] fix missing word 'look' in git docs --- collects/meta/web/stubs/git.rkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/meta/web/stubs/git.rkt b/collects/meta/web/stubs/git.rkt index 3dccbdce70..8a00a469af 100644 --- a/collects/meta/web/stubs/git.rkt +++ b/collects/meta/web/stubs/git.rkt @@ -1064,9 +1064,9 @@ $ git ci -m "even more stuff" [master 18bc0e6] even more stuff} @~ - At this point, instead of blindly pushing these commits, lets around first. - One useful tool for inspecting the history is @cmd{gitk} — if you run it now, - you will see the simple 3-commit graph, and two of them are marked as + At this point, instead of blindly pushing these commits, lets look around + first. One useful tool for inspecting the history is @cmd{gitk} — if you run + it now, you will see the simple 3-commit graph, and two of them are marked as branches — clearly showing that your local master branch is 2 commits ahead of the remote one. This could be different at this point: someone else might have pushed more commits to the remote — remember that your remote master