From d48f9e7fdfaf2a5f0e37a58f894ce6c2c9de20ca Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Sun, 2 Apr 2023 20:53:21 -0700 Subject: [PATCH] git remote update --- TheOdinProjectNotes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +``` +