]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: Add ff and git aliases
[dotfiles.git] / .gitconfig
index c7383fe3550dba5522157ae3f2139c94f40afa15..f5605cf6e2a23511df7f38b87b24a51fb3a154f9 100644 (file)
        checkin = commit
        ci = commit
        cat = cat-file -p
+       dir = rev-parse --git-dir
        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
 
 [push]
        default = simple
+       followTags = true
 
 [receive]
        denyNonFastForwards = true