... | @@ -2605,7 +2605,7 @@ GitLab or another service that is expected. |
... | @@ -2605,7 +2605,7 @@ GitLab or another service that is expected. |
|
Now let us add the remote repo.
|
|
Now let us add the remote repo.
|
|
|
|
|
|
1. Locate your repo's SSH URL. It can usually be found under the *clone* button.
|
|
1. Locate your repo's SSH URL. It can usually be found under the *clone* button.
|
|
The URL should be in a format similiar to `git@git-community.cs.odu.edu:tkennedy/git-workshop.git`.
|
|
The URL should be in a format similar to `git@git-community.cs.odu.edu:tkennedy/git-workshop.git`.
|
|
2. In your repo run `git remote add origin URL_REPO`.
|
|
2. In your repo run `git remote add origin URL_REPO`.
|
|
3. Run `git remote -v`. You should see output simliar to
|
|
3. Run `git remote -v`. You should see output simliar to
|
|
|
|
|
... | | ... | |