diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-14 16:22:08 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-14 16:22:08 -0300 |
commit | 4f2df24753e51b40bb8321bfb1f31a15ba960bca (patch) | |
tree | c262effda9156f22a3d5068ce0a5862009e5ec12 /doc | |
parent | 48f451bf94506bc5f72f0e4d85fbd8c62efbe8d9 (diff) | |
download | gitlab-ce-4f2df24753e51b40bb8321bfb1f31a15ba960bca.tar.gz |
add file finder to repo index
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/repository/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md index 4b2c435a120..5e5ae880518 100644 --- a/doc/user/project/repository/index.md +++ b/doc/user/project/repository/index.md @@ -20,6 +20,8 @@ documentation. For security reasons, when using the command line, we strongly recommend you to [connect with GitLab via SSH](../../../ssh/README.md). +## Files + ## Create and edit files Host your codebase in GitLab repositories by pushing your files to GitLab. @@ -47,6 +49,10 @@ it's easier to do so [via GitLab UI](web_editor.md): To get started with the command line, please read through the [command line basics documentation](../../../gitlab-basics/command-line-commands.md). +### Find files + +Use GitLab's [file finder](../../../workflow/file_finder.md) to search for files in a repository. + ## Branches When you submit changes in a new branch, you create a new version |