From 6af4ba943f6b73e31a0b2bd0262d953a2e954ddb Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Wed, 4 Aug 2021 18:12:54 -0700 Subject: Initial commit --- bin/fixup | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/fixup (limited to 'bin/fixup') diff --git a/bin/fixup b/bin/fixup new file mode 100755 index 0000000..c0f0a53 --- /dev/null +++ b/bin/fixup @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +git commit --fixup=$(git log --pretty=oneline --abbrev-commit | fzy | gawk '{print$1}') -- cgit v1.2.3