Skip to content

Instantly share code, notes, and snippets.

@dmrqx
Last active April 23, 2021 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmrqx/028646cabfc314055c705f001002ce6e to your computer and use it in GitHub Desktop.
Save dmrqx/028646cabfc314055c705f001002ce6e to your computer and use it in GitHub Desktop.
Git configuration file
; core variables
[core]
; Prenvent LF to CRLF eol conversion
eol = lf
autocrlf = input
editor = code
; user variables
[user]
; Who am i?
name = "Juliana Demarque"
email = dev@demarque.com.br
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment