File Path

Example

[user]
    email = [email protected]
    name = xxx
[http]
    proxy = 127.0.0.1:10809
[core]
    editor = nvim
    pager = moar
[color]
    ui = auto
[diff]
    tool = meld

CLI Command

git config --global --list
           --local  --get
                    --set   user.email "[email protected]"
                    --unset
Published under Creative Commons Attribution-ShareAlike (CC-BY-SA) license. Feel free to comment or share :)