Commit fabe2cbb authored by Amy Qualls's avatar Amy Qualls

Merge branch '1212sports-master-patch-66023' into 'master'

Remove $ When copied into shell it will error out

See merge request gitlab-org/gitlab!72684
parents e76d0486 dcb5aa61
......@@ -16,7 +16,7 @@ disqus_identifier: 'https://docs.gitlab.com/ee/workflow/workflow.html'
1. Create branch with your feature:
```shell
git checkout -b $feature_name
git checkout -b feature_name
```
1. Write code. Commit changes:
......@@ -28,7 +28,7 @@ disqus_identifier: 'https://docs.gitlab.com/ee/workflow/workflow.html'
1. Push your branch to GitLab:
```shell
git push origin $feature_name
git push origin feature_name
```
1. Review your code on commits page.
......
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