Tag: GitHub

Learn how to tie YouTrack together with a popular code hosting service, GitHub.

Quick overview of basic features of GitHub integration in IntelliJ-based IDEs such as IntelliJ IDEA, RubyMine, PyCharm, PhpStorm and WebStorm. The overview demos creating GitHub repository from a project and cloning an existing repository and opening it as a new project in your IDE. Read more: http://blogs.jetbrains.com/idea/tag/git/

One of the more difficult problems with using open source libraries in the .NET space is the incestuous nature of the .NET open source community. NHibernate has a dependency on Castle.Windsor. Castle.MonoRail has a dependency on NHibernate and Castle.Windsor. Fluent NHibernate has a dependency on NHibernate. TopShelf has a dependency on Common.ServiceLocator which if you are using the Castle stack adds a dependency for you on the Windsor provider for Common.ServiceLocator.