diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-21 21:13:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-21 21:13:33 +0000 |
commit | 04d4cf89dbe213ad994badad4c8a9a3f2ccb754f (patch) | |
tree | 165bc4994a712abc0f5b242f587a2c67887c3ce0 /doc/raketasks/import.md | |
parent | 136ec65df5255512264ef62e9ad5561e5f85a735 (diff) | |
download | gitlab-ce-04d4cf89dbe213ad994badad4c8a9a3f2ccb754f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/raketasks/import.md')
-rw-r--r-- | doc/raketasks/import.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/raketasks/import.md b/doc/raketasks/import.md index 9ccf238769d..6e7ba45167c 100644 --- a/doc/raketasks/import.md +++ b/doc/raketasks/import.md @@ -1,7 +1,7 @@ --- stage: Systems group: Distribution -info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments +info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- # Import bare repositories **(FREE SELF)** @@ -156,7 +156,7 @@ namespace.send(:write_projects_repository_config) ## Push Git LFS objects -The import task doesn't import Git LFS objects. You must manually push the LFS objects to the newly +The import task doesn't import Git LFS objects. You must manually push the LFS objects to the newly created GitLab repository using the following command: ```shell |