Skip to content

Instantly share code, notes, and snippets.

@Jaid
Last active March 8, 2019 01:11
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 Jaid/8f7ca2293465fc76cc17286acd874367 to your computer and use it in GitHub Desktop.
Save Jaid/8f7ca2293465fc76cc17286acd874367 to your computer and use it in GitHub Desktop.
My personal .gitconfig file
[user]
name = Jaid
username = jaid
email = jaid.jsx@gmail.com
signingKey = 692243D6580C4583929E0D72D2D437CD3022B929
[commit]
gpgsign = true
[core]
editor = nano
eol = lf
autocrlf = false # Windows can handle lf very well nowadays
[color]
ui = auto
[diff]
tool = code
[push]
default = current # https://stackoverflow.com/a/22933955/10710275
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment