git remote update

This commit is contained in:
Jacob Delgado 2023-04-02 20:53:21 -07:00
parent df93b4f2f8
commit d48f9e7fdf

View File

@ -49,5 +49,8 @@ ssh-keygen -t ed25519 -C <youremail>
cat ~/.ssh/id_ed25519.pub cat ~/.ssh/id_ed25519.pub
``` ```
- Paste the key into your settings, it should start with ```ssh-ed25519``` and end with your email - Paste the key into your settings, it should start with ```ssh-ed25519``` and end with your email
# Testing the Key # Change git repository remote
- ```
git remote set-url origin https://'username':'password'@repositorylink
```