]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.shellrc: minor refactoring
[dotfiles.git] / .gitconfig
index 67b48341f734b8633413765cad4202d4964b5afa..c16415a947a8760147054b0b1f3e3bbecfabbcf0 100644 (file)
@@ -6,6 +6,7 @@
        co = checkout
        d = diff
        dc = diff --cached
+       dshow = show --decorate
        l = log --decorate
        l1 = log --decorate --oneline
        l5 = log --decorate -5
@@ -17,6 +18,7 @@
        lr5 = log --decorate --reverse -5
        st = status --short
        stb = status --short --branch
+       unstage = reset HEAD --
        wdiff = diff --word-diff
        wshow = show --word-diff