From 6310e59952e609678247737c95a31cfd29a2b8b5 Mon Sep 17 00:00:00 2001 From: Jari Haavisto Date: Fri, 24 Nov 2023 10:35:37 +0200 Subject: [PATCH] initial commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a6c6d7 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +1) Create a new Project in GitLab + - `Home > New Project > Create blank project` + - Project name "merge-request-demo" + - Project url (personal) +2) Clone project + - `git clone git@gitlab.com:jari.haavisto/merge-request-demo.git` +3) Change to a branch + - `git checkout -b update-readme` +4) Make changes to the README.md +5) Add, Commit, Push + - `git commit -am "update readme"` + - `git push --set-upstream origin update-readme` +6) Observe the merge request link and open it +7) Look through + - Title & Description + - Assignee & Reviewer +8) Create a merge request +9) Approve the merge request +10) Merge the changes +11) Observe the changes to the main branch \ No newline at end of file