A detailed tutorial on Eclipse with the EGit plugin by Erich Styger: There are things which are game changer in the world of software development: one such event was when I started using a VCS (Version Control System): it changed for me how I keep and store my projects and settings. It even changed the way how […]
Tag Archives: GIT
Project curve tracer
Jason Jones has been working on a curve tracer project: As the hardware is at the point of initial release, but the firmware and GUI aren’t quite there yet, I decided that it would be prudent to split off the firmware and GUI components into their own GIT repositories. Tracking all files in the […]
HOW-TO: Add live websites to GIT without interruptions or security risks
Over at the DEV site we’ve been using GIT repositories hosted at BitBucket.org to push (deploy) changes to the live server instantly. It’s way slicker than uploading changed files by FTP, which has no roll back if something goes wrong. It also solves one of our China internet problems: routing to Bitbucket is much more […]