git开发中注意的一些事项

1:查看版本关联关系

git branch -vv

2:查看所有分支

git branch -a

3:指定从哪个远程仓库拉取代码

git pull origin B#fenglebing-otn

例如:
帮冯乐兵删除文件[手动删掉之后]
yangl-006305@RC0006305 MINGW64 /e/tiap-code/tiap-webapp (B#yanglin)

$ git status
On branch B#yanglin
Changes not staged for commit:
(use “git add/rm …” to update what will be committed)
(use “git checkout – …” to discard changes in working directory)

modified: app.js
modified: config/default.json
modified: extroot/app/Application.js
deleted: extroot/app/view/tiap/otn/common/resModelForm.js
deleted: extroot/app/view/tiap/otn/common/resModelgrid.js

no changes added to commit (use “git add” and/or “git commit -a”)

yangl-006305@RC0006305 MINGW64 /e/tiap-code/tiap-webapp (B#yanglin)
$ git add extroot/app/view/tiap/otn/common/resModelForm.js

yangl-006305@RC0006305 MINGW64 /e/tiap-code/tiap-webapp (B#yanglin)
$ git add extroot/app/view/tiap/otn/common/resModelgrid.js

yangl-006305@RC0006305 MINGW64 /e/tiap-code/tiap-webapp (B#yanglin)
$ git commit extroot/app/view/tiap/otn/common/resModelForm.js -m “flb delete file”

git commit extroot/app/view/tiap/otn/common/resModelgrid.js -m “flb delete file”

4:从我的分支推送代码到老冯的分支

git push origin B#yanglin:B#fenglebing-otn

5:关联远程分支

git push -u origin B#yanglin

开发中创建了自己的特性开发分支之后,切换到自己特性分支之后,使用如上命令之后自动与gitlab上的远程分支关联,无需手动在gitlab上创建。

6:刷新远程操作

git remote update origin -p

7. git中关系图

在这里插入图片描述

  • Workspace:工作区
  • Index / Stage:暂存区
  • Repository:仓库区(或本地仓库)
  • Remote:远程仓库
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值