fix: rename git-sync to git-worktree-sync to avoid Homebrew conflicts#305
Merged
fix: rename git-sync to git-worktree-sync to avoid Homebrew conflicts#305
Conversation
The `git-sync` command name conflicts with existing tools (git-extras, standalone git-sync packages) causing `brew link` failures when upgrading daft through Homebrew. Rename to `git-worktree-sync` to follow the established `git-worktree-*` naming convention and eliminate the collision. The `daft sync` verb alias and `gwtsync` shortcut continue to work as before. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Document that every PR must include assignee (avihut), label matching the conventional commit type, and the active milestone (Public Launch). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Mar 15, 2026
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
git-synctogit-worktree-syncto follow thegit-worktree-*naming convention and avoid conflicts with existinggit-synctools (git-extras, standalone packages)brew linkfailures duringbrew upgrade daftwhen another tool already providesgit-syncdaft syncverb alias andgwtsyncshortcut continue to work unchangedChanges
dist-workspace.toml,Cargo.toml(RPM),.deb,.aurpackagingsrc/main.rs, command name insrc/commands/sync.rsshell_init.rs):git worktree-syncsubcommand,daft worktree-sync|syncman/git-sync.1→man/git-worktree-sync.1,docs/cli/git-sync.md→docs/cli/git-worktree-sync.mdTest plan
mise run fmt— no changesmise run clippy— zero warningsmise run test:unit— 636/636 pass🤖 Generated with Claude Code