Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 728 Bytes

index.md

File metadata and controls

42 lines (29 loc) · 728 Bytes

git hew-dry-run

Delete all branches that have been merged into a commit (dry run)

Git alias:

hew = !git hew-local-dry-run "$@" && git hew-remote-dry-run "$@";

Syntax:

hew-dry-run [<commit>]

Example with default branch name:

git hew-dry-run

Example with specific branch name:

git hew-dry-run main

Example with specific commit hash:

git hew-dry-run 4677ad893ee038b113e22f6330da6ae710712f88

Compare these: