Andrew's Digital Garden

Git commit fixup references a name

Usually git commit --fixup references a Git SHA.

However, you can use it to reference the most recent commit that matches some text.

git commit --fixup :/foo

[[git]]

Git commit fixup references a name