Commit e6721840 authored by Tom Dyson's avatar Tom Dyson

Fix typo in Create Branch docs

parent caafc5ec
...@@ -12,7 +12,7 @@ A branch is an independent line of development in a [project](../user/project/in ...@@ -12,7 +12,7 @@ A branch is an independent line of development in a [project](../user/project/in
When you create a new branch (in your [terminal](start-using-git.md) or with When you create a new branch (in your [terminal](start-using-git.md) or with
[the web interface](../user/project/repository/web_editor.md#create-a-new-branch)), [the web interface](../user/project/repository/web_editor.md#create-a-new-branch)),
you are creating a snapshot of a certain branch, usually the main `master` branch, you are creating a snapshot of a certain branch, usually the main `master` branch,
at it's current state. From there, you can start to make your own changes without at its current state. From there, you can start to make your own changes without
affecting the main codebase. The history of your changes will be tracked in your branch. affecting the main codebase. The history of your changes will be tracked in your branch.
When your changes are ready, you then merge them into the rest of the codebase with a When your changes are ready, you then merge them into the rest of the codebase with a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment