Digital Marketing

Showing Git Remotes

To see which remote servers you have configured, you can run the git remote command.
You can also specify -v, which shows you the URLs that Git has stored for the shortname to be used when reading and writing to that remote:

$ git remote -v

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database