Commit 613e9c9
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 3c48dab commit 613e9c9
1 file changed
+4
-2
lines changed| 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