Blog Archives

Pushing your changes to GIT on VSTS

So we have created our first two code changes and you are now ready to commit them to git. My rule is to commit often as this gives you a much better granularity for figuring out when bugs are introduced

Tagged with: , ,
Posted in Domino To Spring, None

Branching Out On Your Story

Before you start writing code you should create a branch to add the code to in your git repository. You could decide to create the branch directly in your IDE if it has Git support, or if you are using

Tagged with: , ,
Posted in Domino To Spring, None

Committing The Code To VSTS

So we have a new project in IntelliJ with the starter layout provided by the Spring Initializer and we have an empty git repository in VSTS. We now have to link the two of these together so that all your future

Tagged with: , , ,
Posted in Domino To Spring

Getting started with VisualStudio Team Services

Before I even start writing any code I am going to set up a new project in Microsoft Visual Studio Team Services. If you do not have a source control repository and issue tracking system yet then I would highly

Tagged with: , , ,
Posted in Domino To Spring
Archives