Remove parallelism limit for local subtree push operations
Local git subtree push operations don't need a parallelism limit since
they only write to the local filesystem. Network operations (fetch,
remote push) still have limits to avoid overwhelming remote servers.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>