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
This commit is contained in:
Achilleas Pipinellis 2016-02-26 09:27:05 +00:00
commit f37e031bc9

View file

@ -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