gitworkflows: Consistently back-quote git commands
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
ad7ace714d
commit
c8e1c3d3e8
@ -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
|
||||
|
Reference in New Issue
Block a user