.NET Conf: Focus on Microservices – broadcast starts tomorrow!

The .NET Conf team is super excited to bring you another “.NET Conf: Focus” event all about microservices tomorrow, Thursday the 30th! We’ve got 15 sessions and a fantastic lineup of speakers that are industry experts working on designing and building microservice-based applications, tools and frameworks. As a bonus, we’re also offering a FREE, 6-hour, deep dive […]

Github Cross-linking issues, commits, and more

Part of what makes GitHub great for collaborative software projects is its support for linking disparate pieces of information together. Some of this happens automatically, such as when you create a pull request from a series of commits on a branch. Other times, you can use the interface to manually link pull requests or projects […]

What is git blame?

Despite its ominous name, git blame is a command that displays the commit history for a file. It makes it easy for you to see who made what changes and when. This makes it a lot easier to track down other people who have worked on a file in order to seek out their input […]