Skip to content
GitLab
Explore
Sign in
Sign in before continuing.
Changes
Page history
improve text
authored
Feb 09, 2022
by
Boman Romain
Show whitespace changes
Inline
Side-by-side
git.md
View page @
f80aa790
...
@@ -202,10 +202,10 @@ gitk --all
...
@@ -202,10 +202,10 @@ gitk --all
```
```
Create a "merge request" (instead of pushing to
`master`
):
Create a "merge request" (instead of pushing to
`master`
):
*
Do this on GitLab.
*
Do this on GitLab.
*
First, merge master into your branch.
*
First, merge
`
master
`
into your branch.
*
Check that your code works
and
you have
n'
t broken something (run
some tes
ts)
*
Check that your code works
correctly and that
you have
no
t broken something (run
the tests and check the resul
ts
!
)
*
Write some text explaining what you have done in your branch.
*
Write some text explaining what you have done in your branch.
*
The other developers will receive an e-mail telling them that you want to update master.
*
The other developers will receive an e-mail telling them that you want to update
`
master
`
.
*
Wait for their comments and agreement before merging the merge request.
*
Wait for their comments and agreement before merging the merge request.
Tag your project for a deadline (a "tag" is a string which identifies a particular commit of your project):
Tag your project for a deadline (a "tag" is a string which identifies a particular commit of your project):
...
...
...
...