Skip to content

Instantly share code, notes, and snippets.

@tlberglund
Created July 3, 2012 23:30
Show Gist options
  • Select an option

  • Save tlberglund/3044133 to your computer and use it in GitHub Desktop.

Select an option

Save tlberglund/3044133 to your computer and use it in GitHub Desktop.
Tim's Global-level Git Config
[alias]
lol = log --pretty=oneline --abbrev-commit --graph
prr = pull --rebase --recurse-submodules
monkey = !ls -la
sync = "!git pull; git push"
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[github]
user = tlberglund
token = bc58a85fdcb90b6479b3073275d5d194
[core]
excludesfile = ~/.gitignore
[user]
name = Tim Berglund
email = tlberglund@gmail.com
signingkey = 1F7B96D7E7B5831E
[color]
ui = auto
[diff]
tool = p4merge
[difftool]
prompt = false
[merge]
tool = p4merge
[mergetool]
keepBackup = false
prompt = false
@rhyolight
Copy link

thumbs up

@obstschale
Copy link

what's the user.signingkey for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment