...

/

Deleting a Branch

Deleting a Branch

Learn how to delete a branch from your local repository in this lesson.

We'll cover the following...

Using git branch to delete a branch

We can use the git branch command to create, list, rename, and delete a branch. In this lesson, we will take a look at how we can ...