Skip to content

Instantly share code, notes, and snippets.

@xalvarez
Last active May 14, 2024 09:22
Show Gist options
  • Save xalvarez/b98af02ad091003b7fdf16c98bef428c to your computer and use it in GitHub Desktop.
Save xalvarez/b98af02ad091003b7fdf16c98bef428c to your computer and use it in GitHub Desktop.
My global .gitconfig
[user]
name = <name>
email = <email>
signingkey = <key>
[color]
ui = auto
[fetch]
prune = true
[alias]
fa = fetch --all
sw = switch
fo = fetch --multiple upstream origin
[diff]
algorithm = histogram
[merge]
conflictStyle = diff3
[commit]
gpgsign = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment