Commit f88f40ee authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'patch-146' into 'master'

Fixed typo: added "git" in composer docu.

See merge request gitlab-org/gitlab!34062
parents 99071b7b c9d38311
...@@ -59,7 +59,7 @@ After this basic package structure is created, we need to tag it in Git and push ...@@ -59,7 +59,7 @@ After this basic package structure is created, we need to tag it in Git and push
```shell ```shell
git init git init
add composer.json git add composer.json
git commit -m 'Composer package test' git commit -m 'Composer package test'
git tag v1.0.0 git tag v1.0.0
git add origin git@gitlab.com:<namespace>/<project-name>.git git add origin git@gitlab.com:<namespace>/<project-name>.git
......
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