Git Menu
The Git menu in jjui provides an interface for running Git-related commands directly from the Revisions view. This feature makes it easy to perform common Git operations without leaving the application.
To use the Git menu, press g to open the pop-up menu. The menu displays available Git commands for the current context, allowing you to quickly access fetch, push, and other actions.
Filtering commands:
- Fetch: Press
fto filter the list to fetch commands. - Push: Press
pto filter the list to push commands.
You can use assigned shortcuts to quickly invoke items in the menu. For example:
gpa: Invokesgit push --all.gpc: Invokesgit push --change.