Brandon Patram

Results 13 comments of Brandon Patram

When I remove my remotes from my local repo gh starts to report the user correctly. ```bash $ gh user -w ebth $ git remote -v origin [email protected]:ebth/some-repo-path-here.git (fetch) origin...

Some version info of gh I'm running (latest version). ``` ├─┬ [email protected] │ ├── [email protected] │ ├── [email protected] │ ├── [email protected] │ ├── [email protected] │ ├── [email protected] │ ├── [email protected]...

> So if the origin remote has a different user, gh is giving priority to the user in the remote url? yes, this seems to be what is happening. I...