zoukankan      html  css  js  c++  java
  • MyEclipse 安装插件 Github安装/使用 教程

     

    本文的目的是

    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

  • 相关阅读:
    poj2263
    poj2304
    低调是态度,也是智慧
    股票操作記錄2
    治病記錄(2013年)
    过年了
    治病記錄
    近段時間學習記錄
    新的一年
    關于設計
  • 原文地址:https://www.cnblogs.com/dand/p/9435955.html
Copyright © 2011-2022 走看看