File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ Before you begin, make sure you have:
3434
35351 . ** Fork the Repository**
3636
37- - Go to [ RepoForge Repository] ( https://github.com/ryzncodes/repoforge )
37+ - Go to [ RepoForge Repository] ( https://github.com/ryzncodes/RepoForge )
3838 - Click the "Fork" button in the top right
3939 - Select your account as the destination
4040
41412 . ** Clone Your Fork**
4242
4343 ``` bash
4444 # Replace YOUR_USERNAME with your GitHub username
45- git clone https://github.com/YOUR_USERNAME/repoforge .git
46- cd repoforge
45+ git clone https://github.com/YOUR_USERNAME/RepoForge .git
46+ cd RepoForge
4747 ```
4848
49493 . ** Install Dependencies**
@@ -56,7 +56,7 @@ Before you begin, make sure you have:
5656
5757 ``` bash
5858 # Add the original repository as a remote called "upstream"
59- git remote add upstream https://github.com/ryzncodes/repoforge .git
59+ git remote add upstream https://github.com/ryzncodes/RepoForge .git
6060
6161 # Create a new branch for your work
6262 git checkout -b my-first-task
You can’t perform that action at this time.
0 commit comments