Currently, creating a fixup commit might look like this:
- Stage some changes
- Find the commit to fixup, right click "copy commit ID"
- In the terminal, type
git commit --fixup=, paste the ID, hit enter.
This can get tedious, so it'd be great to have a "Create fixup commit" option combining (2) & (3) into one operation that doesn't involve the terminal.