Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --remote option #64

Open
sounisi5011 opened this issue Sep 20, 2019 · 2 comments
Open

Add --remote option #64

sounisi5011 opened this issue Sep 20, 2019 · 2 comments

Comments

@sounisi5011
Copy link
Owner

There may be multiple remote repositories configured in Git.
The name of the remote repository is often "origin", but this is not the default built in Git.

If remote repositories other than "origin" are set, the option to select them is required.

@sounisi5011
Copy link
Owner Author

I agree that this feature is required.
But do you need to add new options?

I think it's better to use the value of the --push option.

package-version-git-tag --push custom-remote

@sounisi5011
Copy link
Owner Author

sounisi5011 commented Sep 20, 2019

I agree that this feature is required.
But do you need to add new options?

I think it's better to use the value of the --push option.

package-version-git-tag --push custom-remote

The --push option is a boolean option in previous versions. Allowing this option's value to be set can be confusing.
And, We must also assume that you want to specify additional options for the git push command.
Do beginners know that the value of the --push option indicates a remote?
It's not intuitive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant