Displays the URL of the remote repository.
git config --get remote.origin.url
to view the URL of the remote repository.git config --get remote.origin.url
git config --get remote.origin.url
# https://github.com/30-seconds/30-seconds-of-code
Git, Repository
Changes the URL of the remote repository.
Git, Repository
Prints a visual graph of all commits and branches in the repository.
Git, Repository
Clones an existing repository, creating a local copy of it.