Skip to content

Commit

Permalink
git: fix bd
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Jan 3, 2025
1 parent bb4ccd0 commit af880f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[alias]
# keep-sorted start
bd = !branch="$(git branch --show-current)" && git checkout master && git branch -D "${branch:-$1}"
bd = !branch="$(git branch --show-current)" && git checkout master && git branch -D "${1:-$branch}"
cm = commit
co = checkout
cp = cherry-pick
Expand Down

0 comments on commit af880f6

Please sign in to comment.