From 33c9b3f9e47ccfaa4d2b99b42ac1ad23729a4f31 Mon Sep 17 00:00:00 2001 From: shallow-beach <96891913+shallow-beach@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:59:01 -0700 Subject: [PATCH] Update viewing-history.asc make explicit note about shortcut --- book/02-git-basics/sections/viewing-history.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/02-git-basics/sections/viewing-history.asc b/book/02-git-basics/sections/viewing-history.asc index 440c7f250..3022606a6 100644 --- a/book/02-git-basics/sections/viewing-history.asc +++ b/book/02-git-basics/sections/viewing-history.asc @@ -296,7 +296,7 @@ d1a43f2 - reset --hard/read-tree --reset -u: remove unmerged new paths b0ad11e - pull: allow "git pull origin $something:$current_branch" into an unborn branch ---- -Of the nearly 40,000 commits in the Git source code history, this command shows the 6 that match those criteria. +Of the nearly 40,000 commits in the Git source code history, this command shows the 6 that match those criteria. Note `format` is optional in `--pretty`. [TIP] .Preventing the display of merge commits