You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced a case that I would like to switch accounts by repositories, but as far as I know, it is not supported.
How I imagine hub could expose this functionality:
Here is a configuration example that I imagine
github.com:
- user: userA
oauth_token: brabra
protocol: https
repository: userA/repositoryA // when operations to this repository are performed, use the userA account
- user: userB // when operations to other repositories are performed, use the userB account
oauth_token: brabra
protocol: https
The text was updated successfully, but these errors were encountered:
The problem I'm trying to solve:
I faced a case that I would like to switch accounts by repositories, but as far as I know, it is not supported.
How I imagine hub could expose this functionality:
Here is a configuration example that I imagine
The text was updated successfully, but these errors were encountered: