Skip to content

git config #12

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

Open
joeblew999 opened this issue May 9, 2025 · 0 comments
Open

git config #12

joeblew999 opened this issue May 9, 2025 · 0 comments

Comments

@joeblew999
Copy link

joeblew999 commented May 9, 2025

at the cli level it would be great to have "git config" for introspection.

https://github.com/go-git/go-git/blob/main/_examples/config/main.go show that its there...

The command structure could imitate the gnu git cli like :

config --get user.name

config --set user.name

config --get remote.origin.url

etc

--path is useful also to tell the git command what path to use etc.

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