Skip to content

Instantly share code, notes, and snippets.

View Chekohdlg's full-sized avatar
🏠
Working from home

Cheko H Chekohdlg

🏠
Working from home
View GitHub Profile
@Chekohdlg
Chekohdlg / gist:193dbb357a30e7e9c1ae7215caa44ee4
Created November 20, 2021 06:38
Check configurations from git
$ git config --list
@Chekohdlg
Chekohdlg / md
Created November 20, 2021 06:19
Git configuration
##Add global configuration to git
$ git config --global user.name *"John Doe"*
$ git config --global user.email *'johndoe@example.com'*