Commit af382cf2 authored by Mike Jang's avatar Mike Jang

Merge branch 'fix-typo-in-example-url' into 'master'

doc: Remove less than sign (<) from example url

See merge request gitlab-org/gitlab!48565
parents 9106513c d5f6f395
......@@ -280,7 +280,7 @@ To add a remote repository to your local copy:
1. On your computer, open the terminal in the directory you've initialized, paste the command you copied, and press <kbd>enter</kbd>:
```shell
git remote add origin <git@gitlab.com:username/projectpath.git
git remote add origin git@gitlab.com:username/projectpath.git
```
After you've done that, you can [stage your files](#add-and-commit-local-changes) and [upload them to GitLab](#send-changes-to-gitlabcom).
......
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