()
| 417 | } |
| 418 | |
| 419 | export const getWorktreeCount = async (): Promise<number> => { |
| 420 | return getWorktreeCountFromFs() |
| 421 | } |
| 422 | |
| 423 | /** |
| 424 | * Stashes all changes (including untracked files) to return git to a clean porcelain state |
no test coverage detected