2016年02月18日 09:45:23
阅读数:4531
本文的目的是
1.在 Myeclipse10.7中 集成Github并使用。
选择的安装方式是:MyEclipse 中设置下文中1后,下载github与当前myeclilpse版本对应的压缩包,然后 Install new software from archive。
2.在Myeclipse中使用github管理项目。
用惯了svn的同学们来用github刚开始确实不太习惯,项目管理无非4点:更新、提交、回复、处理冲突。但是github里加入了克隆分支的概念就有点复杂了。
提交:
1、team >> commit (commit窗口下要勾选push,不勾选需要继续push) ;
2、team >> push
更新:
team >> fetch from head + team >> pull
回复:
team >> reset >> hard
处理冲突:
fetch + rebase 或 fetch + merge
原文地址:https://www.cnblogs.com/dand/p/9435955.html
时间: 2024-10-08 07:47:17