Add instructions for pushing tags as well as branches

This commit is contained in:
M. Ricketts 2016-02-10 15:02:58 +00:00
parent fd1a68d4da
commit d417287d86
1 changed files with 1 additions and 0 deletions

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