diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-26 09:27:05 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-26 09:27:05 +0000 |
commit | f37e031bc999a822f315a22bee1deb9c6c12262d (patch) | |
tree | aa323b93b350b8c961a3baee683d81bf9523b9f7 /doc/workflow | |
parent | 37e5b944995fd778dd36d1c7a97ec6759947cf32 (diff) | |
parent | d417287d8684c2cdf3554da5a77ff2b597886ed4 (diff) | |
download | gitlab-ce-f37e031bc999a822f315a22bee1deb9c6c12262d.tar.gz |
Merge branch 'master' into 'master'
Add instructions for pushing tags as well as branches
Current instructions will push the svn branches but not tags - add missing line to tags
See merge request !2778
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/importing/migrating_from_svn.md | 1 |
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 |