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
3f1172be
Commit
3f1172be
authored
May 21, 2020
by
David O'Regan
Committed by
Amy Qualls
May 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add anchor for creating a branch
parent
b87b02f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
changelogs/unreleased/create-branch-url.yml
changelogs/unreleased/create-branch-url.yml
+5
-0
doc/user/project/merge_requests/creating_merge_requests.md
doc/user/project/merge_requests/creating_merge_requests.md
+3
-3
No files found.
changelogs/unreleased/create-branch-url.yml
0 → 100644
View file @
3f1172be
---
title
:
Add anchor for creating a branch
merge_request
:
32745
author
:
type
:
other
doc/user/project/merge_requests/creating_merge_requests.md
View file @
3f1172be
...
...
@@ -12,8 +12,8 @@ to familiarize yourself with the concept, the terminology,
and to learn what you can do with them.
Every merge request starts by creating a branch. You can either
do it locally through the
command line
, via a Git CLI application,
or through the
GitLab UI
.
do it locally through the
[
command line
](
#new-merge-request-from-your-local-environment
)
, via a Git CLI application,
or through the
[
GitLab UI
](
#new-merge-request-from-a-new-branch-created-through-the-ui
)
.
This document describes the several ways to create a merge request.
...
...
@@ -100,7 +100,7 @@ button to open the [**New Merge Request** page](#new-merge-request-page).
A new merge request will be started using the current branch as the source,
and the default branch in the current project as the target.
## New merge request from you local environment
## New merge request from you
r
local environment
Assuming you have your repository cloned into your computer and you'd
like to start working on changes to files, start by creating and
...
...
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