sde-cheatsheet

git remote - Command

Change the URL of a Remote Repo

# Command
git remote set-url [remote_alias] [remote_url]

# Example
git remote set-url origin https://github.com/CSCheatsheets/mle-cheatsheet.git