Thursday, July 3, 2014

Git Repository

I have been dreading this moment but maybe I will just tackle this now. How am I going to share source code?

Well, I think I am going to use Git. The information about Git is online. I am using Eclipse and when I did a search I saw another vogella tutorial. I liked the last one so let's do that. This tutorial is about EGit, an Eclipse plugin, that I first must install.

EGit Vogella Tutorial

So first I need my Eclipse in line so I go to help, install software, hit the add button and put in the update site.

Adding an Eclipse Plugin
Great, now I will just install everything.

That was a huge pain in the backside! But I figured it out! Here is my github.com repository that I pushed from Eclipse using the above plugins.


I also discovered a nice tool called 'GIST' which allows me to embed code excerpts. Or I can create a link like this Link to My Code.


Now I can publish my samples and have version control!

This user guide was the most helpful thing in setting up EGit with Eclipse.


No comments:

Post a Comment