You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove unused functions and improve command clarity
- Removed the unused helper function `__fish_git_gtr_config_is_write` from `completions/git-gtr.fish` and `scripts/generate-completions.sh` to streamline the code.
- Deleted the `copy_file` function from `lib/copy.sh` as it was redundant and not utilized in the current codebase.
- Eliminated the `list_worktrees` function from `lib/core.sh` to enhance clarity and maintainability of the code.
0 commit comments