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:
Björn Gustavsson 2009-11-26 22:49:50 +01:00 committed by Junio C Hamano
parent ad7ace714d
commit c8e1c3d3e8

View file

@ -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