Cleanup of stale branches from remote Git Repository
In previous article, we discussed about how to cleanup the local git repository via PowerShell script. We can schedule the script so that it runs on regular intervals and it…
In previous article, we discussed about how to cleanup the local git repository via PowerShell script. We can schedule the script so that it runs on regular intervals and it…
Now a days, almost every project (be it a pet project or a professional enterprise) uses Git version control. If you are a Git user, you may be following a…
This is the first article from Azure App Configuration Service series. In this series of articles, we are going to discuss key features of this service, which will enable a…
In previous articles, we have talked about Gitflow workflow, GitHub flow and GitLab flow. In this last article of the series, we are going to discuss about Trunk Based Development.…
In previous article, I have provided brief overview of Gitflow workflow. We have seen that one of the major disadvantages of Gitflow workflow is its complexity. In this article, we…
Do you have more then one person in the development team ? Then you may already know how important it is to have a consistent code style and formatting. Do…
In this series of Azure DevOps, we have tried below things so far: Setting up your first project in Azure DevOpsCreating first CI for .NET Core and EF Core Code First…
In previous article, we have seen how to create an organization, a project and a repository for the project. The repository is empty when we created it. We also have…
If you already know VSTS, then Azure DevOps is the new name for it. Azure DevOps provides set of developer services which support teams to plan their work, collaboration during…