Created
September 22, 2022 14:42
-
-
Save nachoaIvarez/51c902fd795524fcbc30b8de4208759c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gfix() { # gfix: Git Fix | |
git commit --fixup $1 && GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash $1^ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment