eclipse里面使用git流程

来源:互联网 发布:2017年淘宝店有多少家 编辑:程序博客网 时间:2024/06/03 19:11

git的仓库是一个本地仓库一个远程仓库

 

右键项目—>Team—>Commit    这里只是提交到了本地仓库

image

接下来就要把代码Push到GitHub上。右键项目选择Team -> Remote –> Push

image

image

finish就完成了

 

 

注意每次提交前需要pull   

还有个会出现的there are no staged files需要注意一下  点击查看