Commit d5f6f395 authored by myacksmith's avatar myacksmith

Remove less than sign (<) from example url

parent c11a32bc
...@@ -280,7 +280,7 @@ To add a remote repository to your local copy: ...@@ -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>: 1. On your computer, open the terminal in the directory you've initialized, paste the command you copied, and press <kbd>enter</kbd>:
```shell ```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). 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