Git notes

Remote 管理

移除远程仓库地址

git remote rm origin

增加远程仓库地址

git remote add origin http://yourname:[email protected]/name/project.git


猜你喜欢

转载自gddst.iteye.com/blog/2251007
今日推荐