Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 3a52535

Browse files
authored
fix: links (#3783)
1 parent e298917 commit 3a52535

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ You can ask questions by raising an [issue](https://github.com/EddieHubCommunity
6767
- Go to your profile. You will find forked repo named **_open-source-practice_**. go to the repo by clicking on it.
6868
- Click on the green Code button, then either the HTTPS or SSH option, and, click the icon to copy the URL. Now you have a copy of the project. Thus, you can play around with it locally on your computer.
6969

70-
- Run the following commands into a terminal window (Command Prompt, Powershell, Terminal, Bash, ZSH). Do this to download the forked copy of this repository to your computer. ![git-clone](https://github.com/AmanxUpadhyay/open-source-practice/assets/76415079/4d600e25-83b1-4e8f-9325-f1adc4f8ce3d)
70+
- Run the following commands into a terminal window (Command Prompt, Powershell, Terminal, Bash, ZSH). Do this to download the forked copy of this repository to your computer. ![git-clone](https://github.com/AmanxUpadhyay/hacktoberfest-practice/assets/76415079/4d600e25-83b1-4e8f-9325-f1adc4f8ce3d)
7171

7272
```bash
73-
git clone https://github.com/YOUR_GITHUB_USERNAME/open-source-practice.git
73+
git clone https://github.com/YOUR_GITHUB_USERNAME/hacktoberfest-practice.git
7474
```
7575

76-
- Switch to the cloned folder. You can paste this command into the same terminal window. ![opening-vscode](https://github.com/AmanxUpadhyay/open-source-practice/assets/76415079/1a8b350d-0c96-461a-85f4-a59185aed6b6)
76+
- Switch to the cloned folder. You can paste this command into the same terminal window. ![opening-vscode](https://github.com/AmanxUpadhyay/hacktoberfest-practice/assets/76415079/1a8b350d-0c96-461a-85f4-a59185aed6b6)
7777

7878
```bash
79-
cd open-source-practice
79+
cd hacktoberfest-practice
8080
```
8181

8282
**3. Create a new branch:**
8383

84-
- Your username would make a good branch because it's unique. ![git-checkout](https://github.com/AmanxUpadhyay/open-source-practice/assets/76415079/68ab0380-c731-4e67-bccc-b666da5dd174)
84+
- Your username would make a good branch because it's unique. ![git-checkout](https://github.com/AmanxUpadhyay/hacktoberfest-practice/assets/76415079/68ab0380-c731-4e67-bccc-b666da5dd174)
8585

8686
```bash
8787
git checkout -b <name-of-new-branch>
@@ -109,7 +109,7 @@ or
109109
```
110110

111111
**6. Commit the changes:**
112-
![git-commit](https://github.com/AmanxUpadhyay/open-source-practice/assets/76415079/9a6a58f3-ed0b-4bc2-b749-48baede77835)
112+
![git-commit](https://github.com/AmanxUpadhyay/hacktoberfest-practice/assets/76415079/9a6a58f3-ed0b-4bc2-b749-48baede77835)
113113

114114
```bash
115115
git commit -m "Add <your-github-username>"
@@ -122,7 +122,7 @@ or
122122
```
123123

124124
- The response should be like this:
125-
![git-status](https://github.com/AmanxUpadhyay/open-source-practice/assets/76415079/d3692bcd-02d9-47d7-9e6c-b386b0a6c72d)
125+
![git-status](https://github.com/AmanxUpadhyay/hacktoberfest-practice/assets/76415079/d3692bcd-02d9-47d7-9e6c-b386b0a6c72d)
126126

127127
```bash
128128
On branch <name-of-your-branch>
@@ -142,19 +142,19 @@ or
142142
git push -u origin main
143143
```
144144

145-
![git-push](https://github.com/AmanxUpadhyay/open-source-practice/assets/76415079/f1cec12f-ea26-4986-a820-7881bc69f764)
145+
![git-push](https://github.com/AmanxUpadhyay/hacktoberfest-practice/assets/76415079/f1cec12f-ea26-4986-a820-7881bc69f764)
146146

147147
> **Warning**: If you get an error message like the one below, you probably forgot to fork the repository before cloning it. It is best to start over and fork the project repository first.
148148
149149
```bash
150-
ERROR: Permission to EddieHubCommunity/open-source-practice.git denied to <your-github-username>.
150+
ERROR: Permission to EddieHubCommunity/hacktoberfest-practice.git denied to <your-github-username>.
151151
fatal: Could not read from remote repository.
152152
Please make sure you have the correct access rights and that the repository exists.
153153
```
154154

155155
**8. Raise a Pull Request:**
156156

157-
- On the GitHub website, navigate to your forked repo - on the top of the files section, you'll notice a new section containing a `Compare & Pull Request` button! ![createpr](https://github.com/AmanxUpadhyay/open-source-practice/assets/76415079/0c971d35-5230-4f4a-923a-81a05c318887)
157+
- On the GitHub website, navigate to your forked repo - on the top of the files section, you'll notice a new section containing a `Compare & Pull Request` button! ![createpr](https://github.com/AmanxUpadhyay/hacktoberfest-practice/assets/76415079/0c971d35-5230-4f4a-923a-81a05c318887)
158158

159159
- Click on that button, this will load a new page, comparing the local branch in your forked repository against the main branch in the EddieHub Hacktoberfest repository. Do not make any changes in the selected values of the branches (do so only if needed), and click the green `Create Pull Request` button. After creating the PR (Pull Request), our GitHub Actions workflow will add a welcome message to your PR.
160160
Note: A pull request allows us to merge your changes with the original project repo.

0 commit comments

Comments
 (0)