]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: always setup rebase
[dotfiles.git] / .gitconfig
index 95d1a76305ce34529033bc903573684983786b80..66a284234459b24f18c87522514305651b27339f 100644 (file)
@@ -1,12 +1,12 @@
 [alias]
-       amend = commit --amend -C HEAD
        b = branch
+       camend = commit --amend -C HEAD
        checkin = commit
-       ca = commit --amend
        ci = commit
        co = checkout
        d = diff
        dc = diff --cached
+       dshow = show --decorate
        l = log --decorate
        l1 = log --decorate --oneline
        l5 = log --decorate -5
        lr5 = log --decorate --reverse -5
        st = status --short
        stb = status --short --branch
+       unstage = reset HEAD --
        wdiff = diff --word-diff
+       wshow = show --word-diff
+
+[branch]
+       autosetuprebase = always
 
 [color]
        ui = auto