Commit 23c407ee authored by Suzanne Selhorn's avatar Suzanne Selhorn Committed by Amy Qualls

Reorganized and edited Repository topic for CTRT

parent 651e2504
...@@ -7,7 +7,7 @@ type: reference, api ...@@ -7,7 +7,7 @@ type: reference, api
# Commits API **(FREE)** # Commits API **(FREE)**
This API operates on [repository commits](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository). Read more about [GitLab-specific information](../user/project/repository/index.md#commits) for commits. This API operates on [repository commits](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository). Read more about [GitLab-specific information](../user/project/repository/index.md#commit-changes-to-a-repository) for commits.
## List repository commits ## List repository commits
......
...@@ -351,7 +351,7 @@ You can transfer groups in the following ways: ...@@ -351,7 +351,7 @@ You can transfer groups in the following ways:
When transferring groups, note: When transferring groups, note:
- Changing a group's parent can have unintended side effects. See [Redirects when changing repository paths](../project/repository/index.md#redirects-when-changing-repository-paths). - Changing a group's parent can have unintended side effects. See [what happens when a repository path changes](../project/repository/index.md#what-happens-when-a-repository-path-changes).
- You can only transfer groups to groups you manage. - You can only transfer groups to groups you manage.
- You must update your local repositories to point to the new location. - You must update your local repositories to point to the new location.
- If the immediate parent group's visibility is lower than the group's current visibility, visibility levels for subgroups and projects change to match the new parent group's visibility. - If the immediate parent group's visibility is lower than the group's current visibility, visibility levels for subgroups and projects change to match the new parent group's visibility.
...@@ -361,7 +361,7 @@ When transferring groups, note: ...@@ -361,7 +361,7 @@ When transferring groups, note:
## Change a group's path ## Change a group's path
Changing a group's path (group URL) can have unintended side effects. Read Changing a group's path (group URL) can have unintended side effects. Read
[how redirects behave](../project/repository/index.md#redirects-when-changing-repository-paths) [how redirects behave](../project/repository/index.md#what-happens-when-a-repository-path-changes)
before you proceed. before you proceed.
If you are changing the path so it can be claimed by another group or user, If you are changing the path so it can be claimed by another group or user,
......
...@@ -42,7 +42,7 @@ If you don't know your current password, select the **I forgot my password** lin ...@@ -42,7 +42,7 @@ If you don't know your current password, select the **I forgot my password** lin
Your username has a unique [namespace](../group/index.md#namespaces), Your username has a unique [namespace](../group/index.md#namespaces),
which is updated when you change your username. Before you change your username, read about which is updated when you change your username. Before you change your username, read about
[how redirects behave](../project/repository/index.md#redirects-when-changing-repository-paths). [how redirects behave](../project/repository/index.md#what-happens-when-a-repository-path-changes).
If you do not want to update the namespace, you can create a new user or group and transfer projects to it instead. If you do not want to update the namespace, you can create a new user or group and transfer projects to it instead.
Prerequisites: Prerequisites:
......
This diff is collapsed.
...@@ -273,7 +273,7 @@ To rename a repository: ...@@ -273,7 +273,7 @@ To rename a repository:
Remember that this can have unintended side effects since everyone with the Remember that this can have unintended side effects since everyone with the
old URL can't push or pull. Read more about what happens with the old URL can't push or pull. Read more about what happens with the
[redirects when renaming repositories](../repository/index.md#redirects-when-changing-repository-paths). [redirects when renaming repositories](../repository/index.md#what-happens-when-a-repository-path-changes).
#### Transferring an existing project into another namespace #### Transferring an existing project into another namespace
...@@ -297,7 +297,7 @@ To transfer a project: ...@@ -297,7 +297,7 @@ To transfer a project:
Once done, you are redirected to the new project's namespace. At this point, Once done, you are redirected to the new project's namespace. At this point,
read what happens with the read what happens with the
[redirects from the old project to the new one](../repository/index.md#redirects-when-changing-repository-paths). [redirects from the old project to the new one](../repository/index.md#what-happens-when-a-repository-path-changes).
NOTE: NOTE:
GitLab administrators can use the administration interface to move any project to any GitLab administrators can use the administration interface to move any project to any
......
...@@ -333,7 +333,7 @@ For public projects, and to members of internal and private projects ...@@ -333,7 +333,7 @@ For public projects, and to members of internal and private projects
with [permissions to view the project's code](../permissions.md#project-members-permissions): with [permissions to view the project's code](../permissions.md#project-members-permissions):
- The content of a - The content of a
[`README` or an index file](repository/#repository-readme-and-index-files) [`README` or an index file](repository/index.md#readme-and-index-files)
is displayed (if any), followed by the list of directories in the is displayed (if any), followed by the list of directories in the
project's repository. project's repository.
- If the project doesn't contain either of these files, the - If the project doesn't contain either of these files, the
......
...@@ -126,7 +126,7 @@ These shortcuts are available when editing a file with the [Web IDE](project/web ...@@ -126,7 +126,7 @@ These shortcuts are available when editing a file with the [Web IDE](project/web
### Repository graph ### Repository graph
These shortcuts are available when viewing the project [repository graph](project/repository/index.md#repository-graph) These shortcuts are available when viewing the project [repository graph](project/repository/index.md#repository-history-graph)
page (navigate to **Repository > Graph**): page (navigate to **Repository > Graph**):
| Keyboard shortcut | Description | | Keyboard shortcut | Description |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment