Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions en/_posts/2021-10-25-025.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
layout: post
title: '#025 git branch -d name'
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878598/gitfichas/en/025/thumbnail_rv0hvz.jpg"
pretitle: Deleting a
title: branch
subtitle: locally
command: git branch -d name
descriptors:
- command: command to manage<br>branches
- part1: flag for deleting<br>the branch locally
- part2: branch name
author: "@jtemporal"
number: "025"
mermaid: true
use_static_image: true
permalink: "/en/025"
translations:
- lang: pt
Expand All @@ -14,15 +24,6 @@ pv:
title: "#024 git push remote branch"
nt:
url: "/en/026"
title: "#026 git branch -D nome"
title: "#026 git branch -d nome"
---
##### Deleting a branch locally

<img alt="To delete a branch locally use git branch -d branch-name" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878598/gitfichas/en/025/full_y63nz8.jpg"><br><br>

| Command | Description |
|---------|-------------|
| `branch` | Command to manage branches |
| `-d` | Flag tor deleting the branch locally |
| `name` | Branch name |
{: .styled-table}
{% include mermaid-graphs.html %}