During the next three days I'll be attending at Umbraco Codegarden 2018, and together with a colleague we are going to share some insights on how we make sure our team of 10+ developers and designers doesn't mess up our Umbraco solution, how we do automated build and deployment of Umbraco project and how we customised Umbraco to export translation requests in Xliff v2.0.…
Visual Studio Code comes with great support for Git, both native and via extensions. Let's have a look at my favorite features of the Git support in Visual Studio Code.…
Deploying to Azure can be done with WebDeploy, as seen yesterday, but we can also go one step further and set up a continuous deployment using Git.…
One of the most common issue we all face when versioning code on source repositories is being able to make changes to files that are tracked, but without committing them. Shown here is a git command to temporarily exclude a file.…