mirror of
https://github.com/kwhittle/obsidian-github-tools.git
synced 2026-07-22 07:44:31 +00:00
Replace the <select> dropdown with a searchable custom picker that shows all local and remote branches grouped separately. Remote-only branches check out with --track so upstream is configured automatically. Fetch now uses --prune to keep remote refs in sync. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
325 B
JSON
10 lines
325 B
JSON
{
|
|
"id": "github-repo-tools",
|
|
"name": "GitHub Repo Tools",
|
|
"version": "1.0.5",
|
|
"minAppVersion": "1.7.2",
|
|
"description": "Monitor a GitHub repo — staleness alerts, PR dashboard, and activity notifications.",
|
|
"author": "Kyle Whittle",
|
|
"authorUrl": "https://github.com/kry-kylewhittle",
|
|
"isDesktopOnly": true
|
|
}
|