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

Implement ability to automatically set repository and owner from git config file #222

Open
AdmiringWorm opened this issue Mar 30, 2020 · 0 comments
Labels

Comments

@AdmiringWorm
Copy link
Member

Detailed Description

If a user don't provide the arguments for setting the owner and repository, it would be nice if GitReleaseManager would be able to read the configuration file inside the .git directory to figure out the current repository and owner in use.

Context

Making things easier so you don't have to hard-code (semi hard-code?) the repository and user for the git repo that GRM is currently using.

Possible Implementation

Read the git configuration file to determine the repository used (and decide what to do if multiple urls is found).

Your Environment

  • Version Used: 0.11.0
  • Edition Used (.NET Core, .NET Framework): Any
  • Operating System and version (Windows 10, Ubuntu 18.04): Any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant