Git Introduction Presentation at DNUG Koblenz

Sunday

25

Sep 2011

I gave an introduction presentation about Git and Distributed Version Control Systems in general at the DNUG Koblenz last Wednesday. You can find the slides at SlideShare, the are under a Creative Commons license. So feel free to re-use and adapt them:

flattr this!


Using GIT as Frontend for SVN

Monday

1

Aug 2011

Our main source code management tool at my employer is SVN. However, in the last year, distributed version control systems have become popular.

Especially GIT, which has been developed by the linux kernel developers has some momentum. Furthermore it has a very nice integration into SVN, so that you can use GIT as an interface to a remote subversion repository. In this post, I will show a little bit how I currently use GIT to interface with different branches of the blueprint and training project.

Read more

flattr this!