Manage Git Pull Requests
Tasks
SSH into the storage server as user
maxusing the given credentials.Locate the already cloned Git repository in Max's home directory.
Confirm the repository contains Sarah’s story and commit history using
git log.Verify Max's story is pushed to the
story/fox-and-grapesbranch.Open the Gitea UI from the top bar of the lab environment.
Log in to Gitea as user
max.Create a Pull Request:
Title:
Added fox-and-grapes storySource branch:
story/fox-and-grapesDestination branch:
master
Assign
tomas a reviewer to the PR through the Gitea UI.Log out of Gitea.
Log in to Gitea as user
tom.Review and approve the Pull Request.
Merge the PR into the
masterbranch.Take screenshots (or a screen recording) as evidence of each key action.
Steps
SSH max Login with password Max_pass123
Navigate to the cloned repo
Confirm Sarah's and Max’s commits exist

Verify story/fox-and-grapes exists

Open Gitea UI and Login as max / Max_pass123

Create PR in story-blog repo:
Title:
Added fox-and-grapes storyFrom branch:
story/fox-and-grapesTo branch:
master

In PR page → Click Reviewers → Add tom

Logout from Max's Gitea account. Login as tom / Tom_pass123

Open the PR → Review → Approve → Merge

Last updated

