Share an Eclipse Project to GitHub in 2 Steps?

If you have a project in your eclipse workspace and you want to share it on GitHub, how to do it? Very simple! Assuming you already registered a GitHub account and you have already installed git on your computer, you can share your eclipse projects to GitHub in 2 easy steps. Note: The following approach … Read more

Github: add local directory/files to remote repository of Github

Github is a more popular and social code repository. It is the trend to be a user, at least it is true for now. There are a lot of problems we may meet, most of them can be solved by reading the documentation. But that is not fast or something we like to do. Problem … Read more