Skip to content

Commit

Permalink
fix help for remote URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Aug 22, 2013
1 parent 0660cd8 commit 0b7874d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/repositories.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div>
Specify the repository to track. This can be a URL or a local file path.
Note that for super-projects (repositories with submodules), only a local file
path or a complete URL is valid. For instance, user@host:/path is not a valid
URL. The following are examples of valid git URLs.
path or a complete URL is valid. The following are examples of valid git URLs.
<ul>
<li>http://github.com/github/git.git</li>
<li>git://github.com/github/git.git</li>
<li>ssh://git@github.com/github/git.git</li>
<li>git@github.com:github/git.git (short notation for ssh protocol)</li>
<li>ssh://user@other.host.com/~/repos/R.git (to access the repos/R.git
repository in the user's home directory)</li>
<li>https://github.com/github/git.git</li>
<li>git://github.com/github/git.git</li>
</ul>
<br>
If the repository is a super-project, the
Expand Down

1 comment on commit 0b7874d

@electricalbah
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

Please sign in to comment.