We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :
--path is useful also to tell the git command what path to use etc.
The text was updated successfully, but these errors were encountered: