Skip to content

Instantly share code, notes, and snippets.

@lc512k
Created October 23, 2014 13:14
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 lc512k/4bd6400f08431c3e2d0b to your computer and use it in GitHub Desktop.
Save lc512k/4bd6400f08431c3e2d0b to your computer and use it in GitHub Desktop.
[user]
name = Laura Carvajal
email = laura.carvajal@corp.badoo.com
[core]
autocrlf = input
safecrlf = true
attributesfile = ~/.gitattributes
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
[color]
diff = auto
status = auto
branch = auto
[diff "image"]
command = /usr/local/bin/git-imgdiff
[pull]
ff = only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment