DEV Community

NeulChan Gong
NeulChan Gong

Posted on • Updated on

[Git commands] config

┌Check the current config with listing.
│$ git config --list
└──────────
┌Change the user info.
│$ git config user.name "<desired-name>"
│$ git config user.email "<desired-email>"
└──────────
Enter fullscreen mode Exit fullscreen mode

Top comments (0)