Github represents a very prominent platform to host software projects using the versioning system GIT. In order to get started with your own project you only need to follow a couple of easy steps: Create a github account if you don’t already have one Create a project on github Create a SSH keypair unless you […]
Category: Versioning
Migrate SVN to GIT
When it comes to migrating source code from subversion to GIT people often fear losing their commit history and logs. Luckily, there are a couple of prominent howtos and guidelines all over the web showing that it is in fact quite easy to manage this migration. One of the best guides I’ve found to far […]