Gitfox
🌙

Quick Actions

Open the Quick Actions Panel with Repository → Quick Action or press ⌘P.

Quick Action Panel screenshot
Quick Action Panel

Start typing an action or target. You do not need to enter the exact action title: Quick Actions ranks fuzzy and multi-word matches by relevance. The available actions depend on the open repository, current view, and selection.

Use the arrow keys to navigate the results, press Return to choose an action, and press Escape to close Quick Actions.

Choose a suggested action and continue typing to select its target. For example, enter merge release to merge the release branch into HEAD without selecting it in the sidebar first.

Quick Actions also accepts saved repository names, local paths beginning with / or ~, and Git clone URLs.

All available Quick Actions

The commands shown depend on the open repository, current view, selection, configured tools, and Gitfox edition.

Repositories and remotes

  • Clone…
  • Clone "URL"
  • Open…
  • Open "Path"
  • Open Saved Repository… and Open "Repository"
  • Add New Remote…
  • Add New Submodule…
  • Fetch…
  • Fetch All
  • Fetch HEAD
  • Fetch Remote… and Fetch "Remote"

Synchronization

  • Sync HEAD
  • Pull…
  • Pull HEAD
  • Push…
  • Push HEAD
  • Force Push with Lease…
  • Force Push…

Branches and tags

  • New Branch…
  • New Tag…
  • Checkout Branch… and Checkout "Branch"
  • Compare Branch to HEAD… and Compare "Branch" to HEAD
  • Compare HEAD to Branch… and Compare HEAD to "Branch"
  • Merge Branch into HEAD… and Merge "Branch" into HEAD…
  • Rebase HEAD on Branch… and Rebase HEAD on "Branch"…
  • Delete Branch… and Delete Branch: "Branch"
  • Delete Tag… and Delete Tag: "Tag"

Changes and history

  • Commit
  • Amend
  • Stage All
  • Snapshot All Changes…
  • Push Stash…
  • Apply Stash…
  • Rebase HEAD…
  • Merge Into HEAD…
  • Discard Changes
  • Discard All Changes
  • Interactive Rebase: Reword Selection
  • Interactive Rebase: Edit Selection
  • Interactive Rebase: Squash Selection
  • Interactive Rebase: Fixup Selection
  • Interactive Rebase: Drop Selection

Git-flow

  • Git-Flow: Initialize…
  • Git-Flow: Deinitialize…
  • Git-Flow: Start Feature…
  • Git-Flow: Finish Feature…
  • Git-Flow: Start Bugfix…
  • Git-Flow: Finish Bugfix…
  • Git-Flow: Start Hotfix…
  • Git-Flow: Finish Hotfix…
  • Git-Flow: Start Release…
  • Git-Flow: Finish Release…

Views and tools

  • Show Worktree
  • Show Graph
  • Show Stashes
  • Show Settings
  • Show HEAD Branch
  • Show Repository in Finder
  • Show Selection in Finder
  • Show Repository in Terminal
  • Show Selection in Terminal
  • Open Repository in Editor
  • Open Selection in Editor
  • Open Diff or Mergetool
  • Open Link Manager…
  • Toggle Fullscreen
  • Back