Gitfox
🌙

Creating Commits

Stage the changes you want to include, then choose Worktree → Commit or press C.

If you want to amend a commit, choose Worktree → Amend HEAD or press A.

The commit window shows the number of staged changes and the target branch. The commit button is disabled until the message is not empty.

Commit message tools

The message editor supports:

  • Restoring a merge message when Git has one
  • Picking recent commit messages
  • Column markers based on the commit editor limits in Settings → General

Commit options

Click the commit button arrow to show a menu with the following options:

  • Commit
  • Commit and Push
  • Add Signed-off-by Line
  • Reset Author
  • Disable Commit Hooks
  • Commit signing controls when the app variant supports signing

The commit button also changes when you press the ⌥ key.