Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My Global Git config

.gitconfig

git config --global user.name "John Doe"
git config --global user.email [email protected]

Need to install: delta

Note

MAC Users need to enable the shell command "code" in PATH

Contributors