Skip to content

Instantly share code, notes, and snippets.

@jpragma
jpragma / .gitconfig
Created July 6, 2020 15:00
Git Settings
$ git config -l --global
http.sslverify=false
http.ignorecase=true
http.filemode=false
http.autocrlf=false
user.name=Isaac Levin
user.email=my@email.com
alias.st=status
alias.ci=commit
alias.co=checkout