]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.psqlrc: \pset null '(null)'
[dotfiles.git] / .gitconfig
index 14b5b731bbf64bf50f75929c11dff77a3cfec89b..afedc4ff177e17cf95bbfca51d07cb49745d161c 100644 (file)
@@ -1,18 +1,25 @@
 [alias]
        amend = commit --amend -C HEAD
        b = branch
-       checkin = commit
        ca = commit --amend
+       checkin = commit
        ci = commit
        co = checkout
        d = diff
        dc = diff --cached
+       l = log --decorate
+       l1 = log --decorate --oneline
+       l5 = log --decorate -5
        lg = log --decorate --graph
        lg1 = log --decorate --graph --oneline
        lg5 = log --decorate --graph -5
+       lr = log --decorate --reverse
+       lr1 = log --decorate --reverse --oneline
+       lr5 = log --decorate --reverse -5
        st = status --short
        stb = status --short --branch
        wdiff = diff --word-diff
+       wshow = show --word-diff
 
 [color]
        ui = auto