Tag Archives: git

How To Move off GitHub

If you want to leave Github for whatever reason, you probably want to take all your code with you, and all your history and branches, etc. Here’s an example for how I moved my Android Eclipse workspace from Github to my own remote server. First I make a new git repo on my remote server: [...]

Simple git setup for new git users

I recently set out to learn more about git, the new content manager for source code. “New”, as in much younger than Subversion, and a hell of a lot younger than CVS! No one I know personally uses git yet, but I see the Ruby on Rails community starting to use it a bit, so I decided I had [...]