()
| 432 | } |
| 433 | |
| 434 | export const getWorktreeCount = async (): Promise<number> => { |
| 435 | return getWorktreeCountFromFs() |
| 436 | } |
| 437 | |
| 438 | /** |
| 439 | * Stashes all changes (including untracked files) to return git to a clean porcelain state |
no test coverage detected