diff --git a/TheOdinProjectNotes.md b/TheOdinProjectNotes.md index 4656833..dc912e5 100644 --- a/TheOdinProjectNotes.md +++ b/TheOdinProjectNotes.md @@ -49,5 +49,8 @@ ssh-keygen -t ed25519 -C cat ~/.ssh/id_ed25519.pub ``` - Paste the key into your settings, it should start with ```ssh-ed25519``` and end with your email -# Testing the Key -- \ No newline at end of file +# Change git repository remote +``` +git remote set-url origin https://'username':'password'@repositorylink +``` +