Git on windows

Finally got some time to watch Phil Haack’s talk Git and GitHub for Developers on Windows. It was really interesting.

GitHub for Windows has really nice clean UI. Fun thing is that recently we used the same model to deliver our software as GitHub folks did – use ClickOnce as a deployment technique. Although we went a little further with it. Our installer doesn’t show any standard ClickOnce windows, it just uses API to streamline installation process. Also we build personal installer for each user who gets invitation or license, cause each copy could be installed just once.