


The good part about this setup is – it is very easy to setup and requires very little computing power.

This article provides details about how to use VS code for Azure DevOps along with GiT repositories. How to configure VS code for Azure DevOps 1. This time he writes about using VSCode for Azure DevOps and making the connection. In the above example, the user tried to delete the main Git branch while the it was checked out, which caused an error.Today we have another blog post from our guest blogger Gourav Kumar. Otherwise, you run into the ‘cannot delete branch’ error as you can see in the example below: /c/local/branch (main) $ git branch -a * main new-branch old-branch /c/local/branch (main) $ git branch -delete main error: Cannot delete branch 'main' checked out at 'C:/git/delete' One rule of local Git branch deletion is that you cannot delete a branch that is currently checked out. Run the git branch -a command to verify the local Git branch is deleted.If necessary, use the git switch or checkout command to move off the branch you wish to delete.Open a Git BASH window or Command Window in the root of your Git repository.To issue the command to delete a local Git branch, follow these steps:
