Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git-it-together
meetings
Commits
7b49484d
Commit
7b49484d
authored
Dec 17, 2016
by
French, Robert
Browse files
Define target branches, give examples
parent
0e9d5fac
Changes
1
Hide whitespace changes
Inline
Side-by-side
what-is-a-merge-request/README.md
View file @
7b49484d
...
...
@@ -9,3 +9,13 @@ external collaborators
Offsite folks can join us via
[
BlueJeans
](
https://bluejeans.com/309751285
)
.
## What is my target branch now?
Gitlab uses the term 'target branch' to mean "The branch
**into which**
new
changes will be merged". So, if you are using the gitlab interface to edit a
file, you will be able to commit those changes into a new target branch. Later,
if you would like to merge those changes into
`master`
, then
`master`
will be
your target branch, and the earlier one will be your source branch.
1.
Change README.md in master, commit to 'spell-my-name-correctly' target branch
2.
Open a merge request with 'spell-my-name-correctly' as the
*source*
branch, and 'master' as the
*target*
branch.
3.
Merge away!
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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