Skip to content

Commit a6314ff

Browse files
authored
Add Git repository URL description (#2895)
Signed-off-by: ivinokur <ivinokur@redhat.com>
1 parent 1a6c443 commit a6314ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/end-user-guide/pages/starting-a-workspace-from-a-git-repository-url.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
[id="starting-a-workspace-from-a-git-repository-url"]
88
= Starting a workspace from a Git repository URL
99

10+
In the context of this procedure, "Git repository URL" refers to a git clone URL of a repository. Usually, you can fetch this URL by clicking on the *Clone* button in the SCM repository's main page.
11+
Alternatively, you can copy the URL from the address bar of your browser when you are on the main page of the repository.
12+
Selecting a branch or a tag will add the reference parameter to the URL.
13+
[NOTE]
14+
====
15+
For GitHub, you can also use a repository URL of a directory with a devfile, or a repository URL of the devfile.
16+
The name of the devfile must be `devfile.yaml` or `.devfile.yaml`.
17+
18+
This feature is not supported for other Git providers.
19+
====
20+
1021
With {prod-short}, you can use a URL in your browser to start
1122
a new workspace that contains a clone of a Git repository.
1223
This way, you can clone a Git repository that is hosted on GitHub, GitLab, Bitbucket or Microsoft Azure DevOps server instances.

0 commit comments

Comments
 (0)