Goldie Lin

Results 3 comments of Goldie Lin

I thought the option`--global` in `git config --global user.email` was a typo, should it be `--get`?

In my opinion, `--get` is more generic than `--global`, `--system`, and `--local` options; since I had few git repositories which setup `user.name` and `user.email` *locally*. Just my two cents. Could...

Updated: I found why my setup not work with `--global`, hope you won't mind.