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
With the default owner feature1 we can omit the owner name, but currently only single default owner can be specified. If multiple default owners is allowed, it would be convenient for the user who often commits to the project with multiple owners (like personal and company projects).
# Proposal behavior of the feature
$ cd~/.ghr/ghr.toml
[defaults]
owners = ["owner-1", "owner-2"]
$ ghr list
github.com:owner-1/foo
github.com:owner-2/foo
github.com:owner-2/bar
$ ghr path bar
~/.ghr/github.com/owner-2/bar
# There are two repositories with the name "foo" (owner-1's and owner-2's)
$ ghr path foo
ERR The path is ambiguous. Please specify the owner name
Implementation/UX consideration
Configuration scheme can change, so there is an issue with backward compatibility.
Thanks very much for this great tool!
Feature explanation
With the default owner feature1 we can omit the owner name, but currently only single default owner can be specified. If multiple default owners is allowed, it would be convenient for the user who often commits to the project with multiple owners (like personal and company projects).
Implementation/UX consideration
Footnotes
https://github.com/siketyan/ghr#cloning-a-repository ↩
The text was updated successfully, but these errors were encountered: