]> git.wh0rd.org - home.git/commitdiff
gitconfig: more settings
authorMike Frysinger <vapier@gentoo.org>
Mon, 23 Nov 2020 17:53:07 +0000 (12:53 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 23 Nov 2020 17:53:07 +0000 (12:53 -0500)
.gitconfig

index 61f69994a51fa3033adfeaee13aba1c2b83cccf3..8edb1270a4844cc8eed31c39f09ebe35e2cd6f6e 100644 (file)
@@ -37,6 +37,9 @@
        # https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
        version = 2
 
+[pull]
+       ff = only
+
 [push]
        default = current
 
@@ -49,6 +52,7 @@
        bi   = bisect
        cfg  = config
        ci   = commit
+       ciam = commit --amend
        co   = checkout
        cp   = cherry-pick --ff
        cp-a = cherry-pick --abort