Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 2.27 KB

Fork a Git Repository.md

File metadata and controls

58 lines (33 loc) · 2.27 KB

Problem Statement

There is a Git server utilized by the Nautilus project teams. Recently, a new developer named Jon joined the team and needs to begin working on a project. To begin, he must fork an existing Git repository. Follow the steps below:

Click on the Gitea UI button located on the top bar to access the Gitea page.

Login to Gitea server using username jon and password Jon_pass123.

Once logged in, locate the Git repository named sarah/story-blog and fork it under the jon user.

Note: For tasks requiring web UI changes, screenshots are necessary for review purposes. Additionally, consider utilizing screen recording software such as loom.com to record and share your task completion process.

Solution

1. Login to Gitea

Instructions:

Open your web browser and navigate to the Gitea server URL. Click on the Gitea UI button on the top bar to access the Gitea page. Enter the username jon and the password Jon_pass123, then click the login button.

Screenshot:

login.png

Description: This screenshot displays the Gitea login screen. Ensure you enter the correct username and password to access Jon's account.

2. Locate the sarah/story-blog Repository

Instructions:

After logging in, use the search bar or navigate through the repositories list to find the repository named sarah/story-blog. Click on the repository name to open its page.

Screenshot: login.png

Description: This screenshot shows the repository sarah/story-blog within the Gitea interface

3. Click on the Fork Button

Instructions:

On the repository page, find the Fork button, typically located in the top-right corner of the page. Click the Fork button to initiate the process of creating a copy of the repository.

Screenshot:

forkbutton

4. Verify the Forked Repository

Screenshot:

forked