Skip to content

Git config

phaledang edited this page Mar 7, 2024 · 1 revision

Show config

$ git config --list --show-origin

Your Identity

$ git config --global user.name "John Doe"

$ git config --global user.email johndoe@example.com

References

https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup

Clone this wiki locally