From b0c376d2a7ded722cd49f88e515c53632ec75730 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 28 May 2014 16:11:01 -0400 Subject: Typographic fixes around double quotes. --- wiki/git/pull-request-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiki/git/pull-request-workflow.md') diff --git a/wiki/git/pull-request-workflow.md b/wiki/git/pull-request-workflow.md index 2d7e216..700eeb6 100644 --- a/wiki/git/pull-request-workflow.md +++ b/wiki/git/pull-request-workflow.md @@ -69,7 +69,7 @@ If you need my help here, stop now. If you find yourself needing something that's been added upstream, use _rebase_ to integrate it to avoid littering your feature branch with -"meaningless" merge commits. +“meaningless” merge commits. git checkout my-feature git fetch upstream @@ -77,7 +77,7 @@ _rebase_ to integrate it to avoid littering your feature branch with ### Publish your branch -When you're "done", publish your branch to your personal repository: +When you're “done,” publish your branch to your personal repository: git push origin my-feature -- cgit v1.2.3