Skip to content

Instantly share code, notes, and snippets.

@tkalfigo
Last active February 1, 2017 14:25
Show Gist options
  • Save tkalfigo/9134406 to your computer and use it in GitHub Desktop.
Save tkalfigo/9134406 to your computer and use it in GitHub Desktop.
~/.gitconfig
[user]
name = Thalis Kalfigkopoulos
email = foo@bar.com
[push]
default = simple
[diff]
external = /home/tkalfigo/.git_meld_diff.js
[color]
branch = auto
diff = auto
status = auto
[core]
autocrlf = input
safecrlf = true
[alias]
co = checkout
ci = commit
st = status
history = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment