Skip to content

Commit ad2b23b

Browse files
committed
Merge pull request #528 from YueLinHo/fix_i526
Fix issue #526: There is no *adding* remote repositories in previous sections.
2 parents 6346b40 + e48f376 commit ad2b23b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/02-git-basics/sections/remotes.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Notice that these remotes use a variety of protocols; we'll cover more about thi
6363

6464
==== Adding Remote Repositories
6565

66-
We've mentioned and given some demonstrations of adding remote repositories in previous sections, but here is how to do it explicitly.(((git commands, remote)))
66+
We've mentioned and given some demonstrations of how the 'clone' command implicitly adds the `origin` remote for you.
67+
Here's how to add a new remote explicitly.(((git commands, remote)))
6768
To add a new remote Git repository as a shortname you can reference easily, run `git remote add <shortname> <url>`:
6869

6970
[source,console]

0 commit comments

Comments
 (0)