From 570ec471d1605318aeefb030cd78682ae442235b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Mar 2025 21:51:40 -0300 Subject: src/content/: Update all files left to asciidoc --- src/content/pastebins/2022/07/14/git-cleanup.adoc | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'src/content/pastebins/2022/07') diff --git a/src/content/pastebins/2022/07/14/git-cleanup.adoc b/src/content/pastebins/2022/07/14/git-cleanup.adoc index 52cd17f..b223f86 100644 --- a/src/content/pastebins/2022/07/14/git-cleanup.adoc +++ b/src/content/pastebins/2022/07/14/git-cleanup.adoc @@ -1,18 +1,7 @@ ---- += git-cleanup command -title: git-cleanup command - -date: 2022-07-14 - -layout: post - -lang: en - -ref: git-cleanup-command - ---- - -``` +[source,sh] +---- #!/bin/sh set -eu @@ -67,4 +56,4 @@ shift $((OPTIND - 1)) git branch --merged | grep -v -e '^\*' -e '^. main$' | xargs git branch -d -``` +---- -- cgit v1.2.3