I know, that its easy to share my project with team in eclipse, but it creates local git server.
I created an account in a site like github and know I have git repository in internet (I have git url, login and password).
And I have my project in eclipse. How to share it with my friend if he also have git account in my server?
I know, that its easy to share my project with team in eclipse, but
Share
See http://wiki.eclipse.org/EGit/User_Guide#Github_Tutorial for an example of working with EGit and GitHub, and http://wiki.eclipse.org/EGit/User_Guide#Considerations_for_Git_Repositories_to_be_used_in_Eclipse for a discussion on creating local repositories for use with your workspace in general.