Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
651e07eb
Commit
651e07eb
authored
Oct 15, 2020
by
Marcia Ramos
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-256' into 'master'
Fix typo in Create Branch docs See merge request gitlab-org/gitlab!44803
parents
35212d80
e6721840
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/gitlab-basics/create-branch.md
doc/gitlab-basics/create-branch.md
+1
-1
No files found.
doc/gitlab-basics/create-branch.md
View file @
651e07eb
...
...
@@ -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
[
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,
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.
When your changes are ready, you then merge them into the rest of the codebase with a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment