Skip to content

Commit 00cea62

Browse files
author
Marius Žilėnas
committed
Merge pull request #1 from spookiecookie/spookiecookie-patch-1
Reduced the hash value to e43a6
2 parents 980935f + d84aec8 commit 00cea62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/maintaining.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ If you want to pull commit `e43a6` into your master branch, you can run
378378

379379
[source,console]
380380
----
381-
$ git cherry-pick e43a6fd3e94888d76779ad79fb568ed180e5fcdf
381+
$ git cherry-pick e43a6
382382
Finished one cherry-pick.
383383
[master]: created a0a41a9: "More friendly message when locking the index fails."
384384
3 files changed, 17 insertions(+), 3 deletions(-)

0 commit comments

Comments
 (0)