From 295ed86676bc172ab9b44bc7ef3245f95ac8364b Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Mon, 5 Aug 2019 01:33:08 +0000 Subject: Add tutorial - migrate repo to LFS - Link new doc to and from other docs - Add tbs section --- doc/topics/git/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/topics/git/index.md') diff --git a/doc/topics/git/index.md b/doc/topics/git/index.md index cdcd8215b23..8b7fb061afc 100644 --- a/doc/topics/git/index.md +++ b/doc/topics/git/index.md @@ -82,6 +82,8 @@ Git-related queries from GitLab. The following relate to Git Large File Storage: - [Getting Started with Git LFS](https://about.gitlab.com/2017/01/30/getting-started-with-git-lfs-tutorial/) -- [GitLab Git LFS documentation](../../workflow/lfs/manage_large_binaries_with_git_lfs.md) +- [Migrate an existing Git repo with Git LFS](migrate_to_git_lfs/index.md) +- [GitLab Git LFS user documentation](../../workflow/lfs/manage_large_binaries_with_git_lfs.md) +- [GitLab Git LFS admin documentation](../../workflow/lfs/lfs_administration.md) - [Git-Annex to Git-LFS migration guide](../../workflow/lfs/migrate_from_git_annex_to_git_lfs.md) - [Towards a production quality open source Git LFS server](https://about.gitlab.com/2015/08/13/towards-a-production-quality-open-source-git-lfs-server/) -- cgit v1.2.1 From 011a3063a2225d055af3ef5a94366db9c2c74594 Mon Sep 17 00:00:00 2001 From: Mike Lewis Date: Mon, 5 Aug 2019 03:43:35 +0000 Subject: Apply updates to git_tricks.md Change code references to codeblocks so they can be copied more easily, and add link to doc from git topic index. Also applies suggested changes. --- doc/topics/git/index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/topics/git/index.md') diff --git a/doc/topics/git/index.md b/doc/topics/git/index.md index 8b7fb061afc..5b227ebebe0 100644 --- a/doc/topics/git/index.md +++ b/doc/topics/git/index.md @@ -48,6 +48,7 @@ The following are resources about version control concepts: The following resources may help you become more efficient at using Git: +- [Useful Git commands](useful_git_commands.md) collected by the GitLab support team. - [Git Tips & Tricks](https://about.gitlab.com/2016/12/08/git-tips-and-tricks/) - [Eight Tips to help you work better with Git](https://about.gitlab.com/2015/02/19/8-tips-to-help-you-work-better-with-git/) -- cgit v1.2.1 From 9cbd5994c059769ecd5794574b5df84082f06600 Mon Sep 17 00:00:00 2001 From: James Ramsay Date: Mon, 5 Aug 2019 11:41:31 +0000 Subject: Add minimal partial clone docs Partial Clone and Sparse Checkout are the native Git approach to enormous repositories. We should document the state of these features and update as our support and Git's support for these features improves. --- doc/topics/git/index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/topics/git/index.md') diff --git a/doc/topics/git/index.md b/doc/topics/git/index.md index 5b227ebebe0..6a539b526f3 100644 --- a/doc/topics/git/index.md +++ b/doc/topics/git/index.md @@ -72,6 +72,7 @@ The following are advanced topics for those who want to get the most out of Git: - [Custom Git Hooks](../../administration/custom_hooks.md) - [Git Attributes](../../user/project/git_attributes.md) - Git Submodules: [Using Git submodules with GitLab CI](../../ci/git_submodules.md#using-git-submodules-with-gitlab-ci) +- [Partial Clone](partial_clone.md) ## API -- cgit v1.2.1