From 246e7125f2b5ee5ebd84d91e0fe8ebc292357f76 Mon Sep 17 00:00:00 2001 From: Shivansh-22866 Date: Fri, 21 Aug 2026 23:32:22 +0530 Subject: [PATCH 1/3] Migrate the EN card 025 to Mermaid --- en/_posts/2021-10-25-025.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/en/_posts/2021-10-25-025.md b/en/_posts/2021-10-25-025.md index 25fc4c9d..731f4d74 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: trueuse_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 From 626d21b8dd556ace1e5fcf077f4e6eeb285b721c Mon Sep 17 00:00:00 2001 From: Shivansh Pandey <131197200+Shivansh-22866@users.noreply.github.com> Date: Fri, 21 Aug 2026 23:37:48 +0530 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- en/_posts/2021-10-25-025.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/_posts/2021-10-25-025.md b/en/_posts/2021-10-25-025.md index 731f4d74..17d439f5 100644 --- a/en/_posts/2021-10-25-025.md +++ b/en/_posts/2021-10-25-025.md @@ -5,8 +5,8 @@ title: branch subtitle: locally command: git branch -d name descriptors: - - command: command to manage branches - - part1: flag for deleting the branch locally + - command: command to manage
branches + - part1: flag for deleting
the branch locally - part2: branch name author: "@jtemporal" number: "025" From a2d68bef24d9328d42f4668c7b11a4a7de8501ae Mon Sep 17 00:00:00 2001 From: Shivansh-22866 Date: Fri, 21 Aug 2026 23:40:57 +0530 Subject: [PATCH 3/3] Remove repeated Line --- en/_posts/2021-10-25-025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/_posts/2021-10-25-025.md b/en/_posts/2021-10-25-025.md index 17d439f5..543ceeb2 100644 --- a/en/_posts/2021-10-25-025.md +++ b/en/_posts/2021-10-25-025.md @@ -11,7 +11,7 @@ descriptors: author: "@jtemporal" number: "025" mermaid: true -use_static_image: trueuse_static_image: true +use_static_image: true permalink: "/en/025" translations: - lang: pt