Browse Source

gitworkflows: Consistently back-quote git commands

Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Björn Gustavsson 15 years ago committed by Junio C Hamano
parent
commit
c8e1c3d3e8
  1. 2
      Documentation/gitworkflows.txt

2
Documentation/gitworkflows.txt

@ -229,7 +229,7 @@ To verify that 'master' is indeed a superset of 'maint', use git log: @@ -229,7 +229,7 @@ To verify that 'master' is indeed a superset of 'maint', use git log:
.Verify 'master' is a superset of 'maint'
[caption="Recipe: "]
=====================================
git log master..maint
`git log master..maint`
=====================================

This command should not list any commits. Otherwise, check out

Loading…
Cancel
Save