-
Run
git logto find the commit hash of the commit you want to sign off. -
Use the git rebase -i command to interactively rebase the commit. Replace COMMIT_HASH with the commit hash you identified:
git rebase -i COMMIT_HASH^This will open an editor with a list of commits, starting from the one you specified.
-
In the editor, change the keyword
picktoeditfor the commit you want to sign off, save the changes, and close the editor.
This file contains hidden or 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
| // Zed settings | |
| // | |
| // For information on how to configure Zed, see the Zed | |
| // documentation: https://zed.dev/docs/configuring-zed | |
| // | |
| // To see all of Zed's default settings without changing your | |
| // custom settings, run `zed: open default settings` from the | |
| // command palette (cmd-shift-p / ctrl-shift-p) | |
| { | |
| "assistant": { |