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

猜你喜欢

转载自sillycat.iteye.com/blog/1323263