summaryrefslogtreecommitdiff
path: root/wiki/git/pull-request-workflow.md
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2014-05-28 16:11:01 -0400
committerOwen Jacobson <owen.jacobson@grimoire.ca>2014-05-28 16:11:01 -0400
commitb0c376d2a7ded722cd49f88e515c53632ec75730 (patch)
treede354549a8285063f482975bf44db7ba97f47c29 /wiki/git/pull-request-workflow.md
parent693eec80b65299ff679a458bb7039d656ece550f (diff)
Typographic fixes around double quotes.
Diffstat (limited to 'wiki/git/pull-request-workflow.md')
-rw-r--r--wiki/git/pull-request-workflow.md4
1 files changed, 2 insertions, 2 deletions
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