Tag Archives: Git

Configuring the EGit Plugin for Eclipse

You would hope this process was straightforward but it’s not so I’m writing this post to help Future Me again. Here are the prereqs: Install Eclipse Install Git Set up an account on GitHub, set up a local repo, and … Continue reading

Uploading a Project to GitHub

This post follows another post titled Installing Git on Windows. It is a series of posts meant to document my process of Learning how to use the Git source control system. Here are the steps I’ve gone through already: Set … Continue reading

Installing Git on Windows

I decided to use Git for version control a recent project. I couldn’t stand resorting to SVN again just because I haven’t gone through the process with Git yet. This post will serve to document the process I went through … Continue reading