docs(FN-3727): clarify plugin scope and pull-rebase dashboard behavior

- Document global install vs project-scoped enablement semantics for plugins
- Add explicit scope notes for dashboard and CLI plugin install/uninstall/enable/disable flows
- Link plugin scope guidance to multi-project documentation
- Update dashboard guide Git Manager feature list with pull split-button rebase option

Fusion-Task-Id: FN-3727
This commit is contained in:
Fusion
2026-05-08 02:50:13 -07:00
committed by gsxdsm
parent 951b0d543f
commit c9b246bc3e
2 changed files with 21 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ Features:
- Branch/worktree visibility
- Commit and diff browsing
- Push/pull/fetch actions
- Pull with rebase option (split-button chooses between `git pull` and `git pull --rebase`)
- Remote editing controls
- Stash inspection (view stat + patch) before apply/pop/drop actions
- Remotes tab keeps "Recent commits on {remote}" in sync immediately after successful push/pull actions