summaryrefslogtreecommitdiff
path: root/_posts/2009-10-10-subtree-merge.textile
diff options
context:
space:
mode:
authorjoachim-n <joachim@joachims-imac.home>2009-11-01 11:21:09 +0000
committerjoachim-n <joachim@joachims-imac.home>2009-11-01 11:21:09 +0000
commit00f4345523917716a49f946d807d62e3f0966e06 (patch)
treed53cdc6764dfa36261e2c5c2720a630d48dadbf4 /_posts/2009-10-10-subtree-merge.textile
parent1d6761a9a1d0be5fcc8e2052a73614068a1a1bda (diff)
Fixed grammar: s/it's/its/ where applicable.
Diffstat (limited to '_posts/2009-10-10-subtree-merge.textile')
-rw-r--r--_posts/2009-10-10-subtree-merge.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-10-10-subtree-merge.textile b/_posts/2009-10-10-subtree-merge.textile
index cd50b06..ab4fddc 100644
--- a/_posts/2009-10-10-subtree-merge.textile
+++ b/_posts/2009-10-10-subtree-merge.textile
@@ -65,7 +65,7 @@ Automatic merge went well; stopped before committing as requested
h2. Pulling in changes
-If the merged repo changes in the future, you can pull in it's changes by simply using the @-s subtree@ flag:
+If the merged repo changes in the future, you can pull in its changes by simply using the @-s subtree@ flag:
<pre class="terminal">[tekkub@tekBook: ~/tmp/test master] $ git pull -s subtree panda master</pre>