Commit d9105639 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs/composer-fix-commands' into 'master'

Fix Composer commands for creating packages

See merge request gitlab-org/gitlab!38355
parents 1a333a9b 0882af75
......@@ -69,7 +69,8 @@ git init
git add composer.json
git commit -m 'Composer package test'
git tag v1.0.0
git add origin git@gitlab.com:<namespace>/<project-name>.git
git remote add origin git@gitlab.com:<namespace>/<project-name>.git
git push --set-upstream origin master
git push origin v1.0.0
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment