diff --git a/en/_posts/2021-10-25-025.md b/en/_posts/2021-10-25-025.md index 25fc4c9..543ceeb 100644 --- a/en/_posts/2021-10-25-025.md +++ b/en/_posts/2021-10-25-025.md @@ -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
branches + - part1: flag for deleting
the branch locally + - part2: branch name +author: "@jtemporal" +number: "025" +mermaid: true +use_static_image: true permalink: "/en/025" translations: - lang: pt @@ -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 - -To delete a branch locally use git branch -d branch-name

- -| Command | Description | -|---------|-------------| -| `branch` | Command to manage branches | -| `-d` | Flag tor deleting the branch locally | -| `name` | Branch name | -{: .styled-table} +{% include mermaid-graphs.html %} \ No newline at end of file