mirror of
https://github.com/schpet/linear-cli.git
synced 2026-09-14 14:26:50 +08:00
fc8530ad26
- Use CliError instead of generic Error for all git command failures - Add proper error checking to getCurrentBranch() and getRepoDir() - Improve error handling in startVcsWork() git operations - Add comprehensive tests for git error handling - Ensure consistent error reporting across git utilities Fixes #62