Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c9d31467
Commit
c9d31467
authored
Apr 24, 2019
by
Marcia Ramos
Committed by
Achilleas Pipinellis
Apr 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: review MR !27275
parent
d83f1be5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
14 deletions
+12
-14
doc/user/project/repository/index.md
doc/user/project/repository/index.md
+12
-14
No files found.
doc/user/project/repository/index.md
View file @
c9d31467
...
...
@@ -97,7 +97,7 @@ Some things to note about precedence:
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/2508) in GitLab 9.1
[
Jupyter
]
[
jupyter
]
Notebook (previously IPython Notebook) files are used for
[
Jupyter
]
(
https://jupyter.org
)
Notebook (previously IPython Notebook) files are used for
interactive computing in many fields and contain a complete record of the
user's sessions and include code, narrative text, equations and rich output.
...
...
@@ -222,7 +222,8 @@ Find it under your project's **Repository > Compare**.
## Locked files **[PREMIUM]**
[
Lock your files
](
../file_lock.md
)
to prevent any conflicting changes.
Use
[
File Locking
](
../file_lock.md
)
to lock your files to prevent
any conflicting changes.
## Repository's API
...
...
@@ -238,22 +239,19 @@ used for cloning your project. The button is only shown on macOS.
## Download Source Code
Source code stored in the repository can be downloaded
.
> Support for directory download was [introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/24704) in GitLab 11.11
.
The source code stored in a repository can be downloaded from the UI.
By clicking the download icon, a dropdown will open with links to download the following:
![
Download source code
](
img/download_source_code.png
)
-
**Source
C
ode:**
This
allows users to download the source code on branch they're currently
viewing. Available
zip, tar, tar.gz and tar.bz2
.
-
**Source
c
ode:**
allows users to download the source code on branch they're currently
viewing. Available
extensions:
`zip`
,
`tar`
,
`tar.gz`
, and
`tar.bz2`
.
-
**Directory:**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/24704) in GitLab 11.10
Only shows up when viewing a sub-directory. This allows users to download
the specific directory they're currently viewing. Also available in zip, tar,
tar.gz and tar.bz2.
only shows up when viewing a sub-directory. This allows users to download
the specific directory they're currently viewing. Also available in
`zip`
,
`tar`
,
`tar.gz`
, and
`tar.bz2`
.
-
**Artifacts:**
This allows users to download the artifacts of the latest CI build.
[
jupyter
]:
https://jupyter.org
allows users to download the artifacts of the latest CI build.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment