]> git.wh0rd.org - home.git/blobdiff - .gitconfig
add more words
[home.git] / .gitconfig
index 25d7421bb49749649efe100948625c89c866c2cb..5f3b7e6422b4eafadf46d45a923ae0ce4c4eefbb 100644 (file)
        default = current
 [alias]
        a    = add
+       ab   = abandon
+       ar   = archive
        b    = branch
+       bi   = bisect
+       cfg  = config
+       ci   = commit
        co   = checkout
        cp   = cherry-pick
        d    = diff
+       desc = describe
+       dl   = download
        f    = fetch
-       fp   = format-patch
+       fp   = format-patch -C -M
+       h    = help
        l    = log
        m    = merge
        rb   = rebase
        rb-i = rebase --interactive
        rb-s = rebase --skip
        rl   = rev-list
-       se   = send-email
+       se   = send-email -C -M
+       sm   = submodule
        st   = status
+       t    = tag
+       up   = upload
+[merge]
+       conflictstyle = diff3
+[rebase]
+       autosquash = true
 [sendemail]
        chainreplyto = false
        suppressfrom = true
        smtpserver = localhost:1111
-#      smtpserver = zeus.spd.analog.com