Skip to content
Gilles QUERRET edited this page Oct 22, 2019 · 5 revisions

Configure Git Client

  • Click on the Cmder icon

  • Execute git config --global --add user.name "John Doe" to specify your user name (it will appear on every Git commit)
  • Execute git config --global --add user.email "john@me.com" (a Git commit is always associated to an email address)
  • Execute git config -l to verify user information is correctly set

๐Ÿš€๐Ÿš€๐Ÿš€ Jump to Step 2 !!! ๐Ÿš€๐Ÿš€๐Ÿš€

Clone this wiki locally