Skip to content

Commit 2ba6b8d

Browse files
committed
docs: Update README to clarify GitHub diff view instructions and add local plugin change command
1 parent 6e7fe61 commit 2ba6b8d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ This repository is a **plugin marketplace** containing agent plugins for Power P
1616
This repository is a fork of [`microsoft/power-platform-skills`][upstream_github], maintained for Equinor internal use. It is not a neutral mirror — it applies Equinor governance, security standards, and the shared practices of the [Equinor IT professional network][equinor_varia] before any plugin is piloted or published internally.
1717

1818
> [!TIP]
19-
> [View the live diff on GitHub →][fork_compare] opens GitHub's native comparison view and shows every file-level change relative to the upstream `microsoft/power-platform-skills` main branch.
19+
> [View the full diff on GitHub →][fork_compare] — includes all changes: plugins, governance docs, dev container, and repo tooling.
20+
> To see only plugin changes locally, run:
21+
>
22+
> ```bash
23+
> git diff upstream/main -- plugins/
24+
> ```
2025
2126
### Why a fork and not the upstream directly?
2227

0 commit comments

Comments
 (0)