What does git remote -v show?

Git Medium

Git — Medium

What does git remote -v show?

Key points

  • `git remote -v` shows repository connections
  • It lists names and URLs of remotes
  • This command helps verify repository links
  • Other options describe different Git functions

Ready to go further?

Related questions