]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: Force --no-short for status
[dotfiles.git] / .gitconfig
index 0581c556b3b00165fe4ccc8f6f969e2a3c94f4c1..7d669a75c46aaa4e39fafb33a7c5dfbb96ee9ea8 100644 (file)
        dump = cat-file -p
        file = cat-file -t
        type = cat-file -t
+       ff = merge --ff-only
+       git = !git
        l1 = log --decorate --oneline
        l5 = log --decorate -5
        ld = log --decorate
        remotes = remote --verbose
        #root = !exec pwd
        root = rev-parse --show-toplevel
+       status = status --no-short
        st = status --short
        stb = status --short --branch
        sd = show --decorate
 
 [push]
        default = simple
+       followTags = true
 
 [receive]
        denyNonFastForwards = true