File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,11 @@ This is an example of how to list things you need to use the software and how to
135135 ``` js
136136 const API_KEY = ' ENTER YOUR API' ;
137137 ```
138+ 5 . Change git remote url to avoid accidental pushes to base project
139+ ``` sh
140+ git remote set-url origin github_username/repo_name
141+ git remote -v # confirm the changes
142+ ```
138143
139144<p style =" text-align : right ;" >(<a href =" #readme-top " >back to top</a >)</p >
140145
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ _Below is an example of how you can instruct your audience on installing and set
1381381 . Get a free API Key at [ https://example.com ] ( https://example.com )
1391392 . Clone the repo
140140 ``` sh
141- git clone https://github.com/your_username_/Project-Name .git
141+ git clone https://github.com/github_username/repo_name .git
142142 ```
1431433 . Install NPM packages
144144 ``` sh
@@ -148,6 +148,11 @@ _Below is an example of how you can instruct your audience on installing and set
148148 ``` js
149149 const API_KEY = ' ENTER YOUR API' ;
150150 ```
151+ 5 . Change git remote url to avoid accidental pushes to base project
152+ ``` sh
153+ git remote set-url origin github_username/repo_name
154+ git remote -v # confirm the changes
155+ ```
151156
152157<p style =" text-align : right ;" >(<a href =" #readme-top " >back to top</a >)</p >
153158
You can’t perform that action at this time.
0 commit comments