aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-19 17:27:35 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-19 17:27:35 +0200
commit45e7b47b839a67ab0bde68b9c189924aa81bfd30 (patch)
tree857da683b838052900e5019b3199c6fa08c6e896
parenttypo (diff)
downloadusing-git-45e7b47b839a67ab0bde68b9c189924aa81bfd30.tar.gz
using-git-45e7b47b839a67ab0bde68b9c189924aa81bfd30.tar.bz2
using-git-45e7b47b839a67ab0bde68b9c189924aa81bfd30.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--using-git.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index d1c91b4..60bb365 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -474,14 +474,14 @@ important part with this is that you can
fix bugs meanwhile you are working on big
new features.
-You main branch is by default called `master',
+Your main branch is by default called `master',
from it, it is recommended to have a branch
called `develop'. The develop branch is the
branch you work on, and when it is stable,
you merge it with the master branch.
From the develop branch you can branch out
-an create topic branches, an disposable
+and create topic branches, an disposable
experiments.