首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

github(一)

2012-07-03 
github(1)github(1)1. software on win7I installed msysgit and tortoisegitbefore.2. plugin on eclipse

github(1)
github(1)

1. software on win7
I installed msysgit and tortoisegit  before.

2. plugin on eclipse
The latest plugin URL is http://download.eclipse.org/egit/updates

3. Using my own github
create the repository in [Git Repository] with my URL http://github.com/luohuazju.

Import the project from [Projects from Git]

Once there is changes, [commit] first. Then [Push] to remote server.

edit the file under directory .gitignore, add the ignore lines
/target/*


references:
http://sillycat.iteye.com/blog/1131274
http://sillycat.iteye.com/blog/689970

1 楼 JArcher 2011-12-26   为什么不直接敲命令..

热点排行