logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-delete-branch - Delete branches

Author

       Written by Tj Holowaychuk <tj@vision-media.ca>

Description

       Deletes  local  and  remote  branch  named  <branchname>. Note that local deletion fails if the branch is
       checked out.

Examples

       $ git delete-branch integration
       $ git delete-branch integration bug/1234

Name

git-delete-branch - Delete branches

Options

       <branchname>

       The name of the branch to delete. If multiple branches are provided, then they will all be deleted.

Reporting Bugs

       <https://github.com/tj/git-extras/issues>

See Also

       <https://github.com/tj/git-extras>

                                                  October 2024                              GIT-DELETE-BRANCH(1)

Synopsis

git-delete-branch <branchname>

See Also