···1717 Text("Prompt for branch name on creation")
1818 Text("Choose the branch name and base ref before creating the worktree.")
1919 }
2020+ Toggle(isOn: $store.fetchOriginBeforeWorktreeCreation) {
2121+ Text("Fetch remote branch before creating worktree")
2222+ Text("Runs git fetch to ensure the base branch is up to date.")
2323+ }
2024 TextField(
2125 text: $store.defaultWorktreeBaseDirectoryPath,
2226 prompt: Text(defaultPath)