Commit cd42000
feat(vcs): Prefer upstream remote over origin for base repo name
When determining the base repository name, now prioritizes:
1. upstream (if exists)
2. origin (if exists)
3. first available remote
This follows Git conventions where upstream typically refers to the
original repository when working with forks.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3728f6f commit cd42000
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
300 | 302 | | |
301 | 303 | | |
302 | 304 | | |
| |||
0 commit comments