After you fix a bug on the BugIssue2 branch and successfully merge
your changes into the local branch FeatureA, you want to delete the
local BugIssue2 branch.
Navigate to your repository folder and create a repository object.
repo = gitrepo;
Delete the local branch BugIssue2.
deleteBranch(repo,"BugIssue2");
Tip
Use tab completion to get the list of available local branches in your
repository.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.