eclipse 修改 项目的git地址

eclipse 修改 项目的git地址_第1张图片

在项目的隐藏目录.git 文件夹下面

修改config配置文件

 

[core]
	symlinks = false
	repositoryformatversion = 0
	filemode = false
	logallrefupdates = true
[remote "origin"]
	url = http://10.166.20.106/invoice_invoice/invoice-core.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "dev-v1.0.0"]
	remote = origin
	merge = refs/heads/dev-v1.0.0

修改url 为新地址即可

eclipse 修改 项目的git地址_第2张图片

你可能感兴趣的:(工具使用)