Skip to content

Commit 738de66

Browse files
committed
added steps for joining an existing repo
1 parent b7733bd commit 738de66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Starting a new project
77
> git branch -M main<br>
88
> git remote add origin https://github.com/<your-github-username\>/<repository-name.git><br>
99
10+
1011
Joining an existing repository: There are 2 ways to do this
1112
1. Forking the repo from your github dashboard
1213
2. Cloning the repo from your github dashboard or running the command below from the folder:
13-
> git clone <repository-path>
14+
> git clone <repository-path\>

0 commit comments

Comments
 (0)