Skip to content

Instantly share code, notes, and snippets.

@annacruz
Last active August 9, 2018 18:25
Show Gist options
  • Save annacruz/1de7f387cf073d756c727a05a29e62df to your computer and use it in GitHub Desktop.
Save annacruz/1de7f387cf073d756c727a05a29e62df to your computer and use it in GitHub Desktop.
# If applied, this commit will...
# Why is this change needed?
#Prior to this change,
# How does it address the issue?
#This change
# Provide links to any relevant tickets, articles or other resources
#Co-authored-by: Co-author name <co-author-email@email.com>
[user]
name = Anna Cruz
email = anna@autonomia.digital
signingkey = 1456B02D79F18AEB
[core]
editor = vim
excludesfile = ~/.gitignore_global
[commit]
gpgsign = true
template = ~/.git_commit_message_template
[push]
default = current
[pull]
default = current
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green
changed = yellow
untracked = red
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[gpg]
program = gpg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment