You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
769 B
769 B
- Create a new Project in GitLab
Home > New Project > Create blank project
- Project name "merge-request-demo"
- Project url (personal)
- Clone project
git clone git@gitlab.com:jari.haavisto/merge-request-demo.git
- Change to a branch
git checkout -b update-readme
- Make changes to the README.md
- Add, Commit, Push
git commit -am "update readme"
git push --set-upstream origin update-readme
- Observe the merge request link and open it
- Look through
- Title & Description
- Assignee & Reviewer
- Create a merge request
- Approve the merge request
- Merge the changes
- Observe the changes to the main branch
- Note that the command line is still in the update-readme branch that has been removed