]> git.wh0rd.org - home.git/blobdiff - .gitconfig
chroot: start bind mounting /run
[home.git] / .gitconfig
index 25d7421bb49749649efe100948625c89c866c2cb..50980b7e67a7892066bf9e65b34ed695d117a524 100644 (file)
        default = current
 [alias]
        a    = add
-       b    = branch
+       ab   = abandon
+       ar   = archive
+       b    = branch -v
+       bi   = bisect
+       cfg  = config
+       ci   = commit
        co   = checkout
-       cp   = cherry-pick
+       cp   = cherry-pick --ff
        d    = diff
+       desc = describe
+       dl   = download
        f    = fetch
-       fp   = format-patch
+       fp   = format-patch -C -M
+       g    = grep
+       h    = help
        l    = log
        m    = merge
-       rb   = rebase
+       rb   = rebase --committer-date-is-author-date
        rb-a = rebase --abort
        rb-c = rebase --continue
        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
+       confirm = always
        suppressfrom = true
        smtpserver = localhost:1111
-#      smtpserver = zeus.spd.analog.com