Rename branch (#199)

This is more important now that import app is available and not every
git repo will be initialized with `main` as the default branch. This
handles the other common case which is the `master` branch.
This commit is contained in:
Will Chen
2025-05-19 14:41:18 -07:00
committed by GitHub
parent bc8166c274
commit cbfe26bac1
6 changed files with 154 additions and 10 deletions

View File

@@ -73,6 +73,7 @@ const validInvokeChannels = [
"check-ai-rules",
"select-app-folder",
"check-app-name",
"rename-branch",
] as const;
// Add valid receive channels