Skip to content

Instantly share code, notes, and snippets.

View tkppop's full-sized avatar

Prasanna K tkppop

View GitHub Profile
Setting up git for the first time,
$ git --version
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
$ git config --list