eclipse里面使用git流程
git的仓库是一个本地仓库一个远程仓库
右键项目—>Team—>Commit 这里只是提交到了本地仓库
接下来就要把代码Push到GitHub上。右键项目选择Team -> Remote –> Push
finish就完成了
注意每次提交前需要pull
还有个会出现的there are no staged files需要注意一下 点击查看
git的仓库是一个本地仓库一个远程仓库
右键项目—>Team—>Commit 这里只是提交到了本地仓库
接下来就要把代码Push到GitHub上。右键项目选择Team -> Remote –> Push
finish就完成了
注意每次提交前需要pull
还有个会出现的there are no staged files需要注意一下 点击查看