Skip to content

Instantly share code, notes, and snippets.

@tonussi
Created September 25, 2013 11:36
Show Gist options
  • Save tonussi/6698418 to your computer and use it in GitHub Desktop.
Save tonussi/6698418 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = tonussi
email = [email protected]
[credential]
helper = cache --timeout=3600
[core]
excludesfile = /home/tonussi/.gitignore_global
[push]
default = simple
[grep]
lineNumber = true
[alias]
g = grep --break --heading --line-number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment