diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-16 13:24:36 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-16 13:24:36 +0000 |
commit | 78be4fb21c51cb147f7c390f6a55cb265207d95f (patch) | |
tree | cb82cae98992c0c4d9fa6c6ece84c39797b2dade /doc/workflow/README.md | |
parent | 8e9f740d0813ddb3d37ba29be90e02d76130ca44 (diff) | |
parent | f98f353436d5f6305ec92de19d22a727b97dd4a0 (diff) | |
download | gitlab-ce-78be4fb21c51cb147f7c390f6a55cb265207d95f.tar.gz |
Merge branch 'add_svn_2_git_docs' into 'master'
Add SVN to Git migration documentation
Document the process of migrating a SVN repository and pushing it to GitLab.
cc/ @axil
See merge request !2028
Diffstat (limited to 'doc/workflow/README.md')
-rw-r--r-- | doc/workflow/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/workflow/README.md b/doc/workflow/README.md index d2642495c9a..3651b55f438 100644 --- a/doc/workflow/README.md +++ b/doc/workflow/README.md @@ -19,3 +19,4 @@ - ["Work In Progress" Merge Requests](wip_merge_requests.md) - [Merge When Build Succeeds](merge_when_build_succeeds.md) - [Manage large binaries with Git LFS](lfs/manage_large_binaries_with_git_lfs.md) +- [Importing from SVN, GitHub, BitBucket, etc](importing/README.md) |