git常用命令

idea修改Git地址

1.VCS->Git->Remotes

2.>git remote -v

   >git remote set-url origin http://2.2.2.2:8888/cbpc-platform

拉程序

git pull origin feature_1112分支

更新分支

git remote update origin

克隆项目到本地

git clone -b feature_1112分支 http://2.2.2.2:8888/cbpc-platform

你可能感兴趣的:(git)