Skip to content

Instantly share code, notes, and snippets.

@aaccioly
aaccioly / git-fixup
Last active July 7, 2025 12:38 — forked from MartinWallgren/git-fixup
Select a fixup commit using fzf
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2019 Martin Wallgren
#
# SPDX-License-Identifier: MIT
#
# SPDX-FileContributor: Anthony Accioly <[email protected]>
#
# Changelog:
# - 2025-06-16: Anthony Accioly - Added fzf preview, pbcopy support and default branch detection
#