Skip to content

Instantly share code, notes, and snippets.

@emilkje
Created March 10, 2015 12:28
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 emilkje/08cda589fba07a8a527e to your computer and use it in GitHub Desktop.
Save emilkje/08cda589fba07a8a527e to your computer and use it in GitHub Desktop.
[user]
name = Emil Kjelsrud
email = emil@innit.no
username = emilkje
[push]
default = simple
[alias]
ci = commit -m
cia = commit -am
timeline = log --oneline --graph --decorate
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
fl = log -u
history = log -u
lc = "!git ll -1"
dlc = diff --cached HEAD^
lasttag = describe --tags --abbrev=0
lt = describe --tags --abbrev=0
st = status -s
df = diff --word-diff
[merge]
tool = vimdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment