Skip to content

Commit c42991a

Browse files
authored
add-new-git-remote-link (fixes #3598) (#3600)
1 parent a18798d commit c42991a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/vi/vi-github-and-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The **upstream repository** is the one we are contributing to.
164164
#### Configure the upstream repository to your fork
165165

166166
1. `cd <YourUserName>.github.io.`
167-
2. `git remote -v` see above to make sure you are pushing and fetching to your own repository on GitHub as the origin
167+
2. `git remote -v` see above to make sure you are pushing and fetching to your own repository on GitHub as the origin([more info](https://git-scm.com/docs/git-remote))
168168
3. `git remote add upstream https://github.com/open-learning-exchange/open-learning-exchange.github.io.git`
169169
4. `git remote -v` origins should remain the same, but you should also be fetching and pushing to OLE as the upstream now
170170

0 commit comments

Comments
 (0)