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. 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
本文介绍了如何在Windows 7上安装MSYS Git和TortoiseGit,并通过Eclipse插件进行Git操作。主要内容包括:配置Eclipse以使用GitHub,创建远程仓库并从本地推送更改。
2063

被折叠的 条评论
为什么被折叠?



