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 story
- Source branch: - story/fox-and-grapes
- Destination 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
ssh max@ststor01Navigate to the cloned repo
cd story-blogConfirm Sarah's and Max’s commits exist
git log
Verify story/fox-and-grapes exists
git branch -a
Open Gitea UI and  Login as max / Max_pass123

Create PR in story-blog repo:
- Title: - Added fox-and-grapes story
- From branch: - story/fox-and-grapes
- To 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

