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:
commit
f37e031bc9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue