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

 

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

eclipse里面使用git流程

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

eclipse里面使用git流程

eclipse里面使用git流程

finish就完成了

 

 

注意每次提交前需要pull   

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

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2021-12-29
  • 2022-02-21
  • 2021-08-29
  • 2021-07-11
猜你喜欢
  • 2021-08-07
  • 2021-08-02
  • 2021-11-07
  • 2021-04-08
  • 2021-09-05
  • 2022-02-17
  • 2021-11-05
相关资源
相似解决方案