change git http url to https code example
Example 1: git overwrite urlk
# Overwriting an existing git url:
git remote set-url origin <git_url>
Example 2: how to change remote origin guit
$ git remote set-url origin git@github.com:USERNAME/REPOSITORY.git