summaryrefslogtreecommitdiff
path: root/doc/workflow/importing
diff options
context:
space:
mode:
authorM. Ricketts <rickettm@uk.ibm.com>2016-02-10 15:02:58 +0000
committerM. Ricketts <rickettm@uk.ibm.com>2016-02-10 15:02:58 +0000
commitd417287d8684c2cdf3554da5a77ff2b597886ed4 (patch)
treea8bba9396de24e563615e19f1644f0c1c725fff2 /doc/workflow/importing
parentfd1a68d4da4cba2f8e2894e2e1adfbe26216f491 (diff)
downloadgitlab-ce-d417287d8684c2cdf3554da5a77ff2b597886ed4.tar.gz
Add instructions for pushing tags as well as branches
Diffstat (limited to 'doc/workflow/importing')
-rw-r--r--doc/workflow/importing/migrating_from_svn.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/workflow/importing/migrating_from_svn.md b/doc/workflow/importing/migrating_from_svn.md
index b355a91b5a6..4828bb5dce6 100644
--- a/doc/workflow/importing/migrating_from_svn.md
+++ b/doc/workflow/importing/migrating_from_svn.md
@@ -69,6 +69,7 @@ branches and tags.
```bash
git remote add origin git@gitlab.com:<group>/<project>.git
git push --all origin
+git push --tags origin
```
## Contribute to this guide