-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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.
pjbgf
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed