You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,21 +67,21 @@ You can ask questions by raising an [issue](https://github.com/EddieHubCommunity
67
67
- Go to your profile. You will find forked repo named **_open-source-practice_**. go to the repo by clicking on it.
68
68
- 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.
69
69
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. 
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. 
- Switch to the cloned folder. You can paste this command into the same terminal window. 
76
+
- Switch to the cloned folder. You can paste this command into the same terminal window. 
77
77
78
78
```bash
79
-
cdopen-source-practice
79
+
cdhacktoberfest-practice
80
80
```
81
81
82
82
**3. Create a new branch:**
83
83
84
-
- Your username would make a good branch because it's unique. 
84
+
- Your username would make a good branch because it's unique. 
> **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.
148
148
149
149
```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>.
151
151
fatal: Could not read from remote repository.
152
152
Please make sure you have the correct access rights and that the repository exists.
153
153
```
154
154
155
155
**8. Raise a Pull Request:**
156
156
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! 
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! 
158
158
159
159
- 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.
160
160
Note: A pull request allows us to merge your changes with the original project repo.
0 commit comments