idea获取当前项目git仓库地址

简介

idea中快速获取当前项目的远程仓库地址

方案一

  1. 右键项目
  2. 选择Git
  3. 选择Manage Remotes
  4. 弹框中的URL就是远程仓库地址

方案二

  1. 打开terminal 命令行
  2. 直接Git命令查询
 git remote -v

— 结束

你可能感兴趣的:(版本控制,intellij-idea,git,java)