]> git.wh0rd.org - home.git/blobdiff - .gitconfig
gitignore: update
[home.git] / .gitconfig
index 820f8f1b0b6db41407264935e84231039bda1906..41262e65b8e9fb511429ff55d775caf7287f825e 100644 (file)
        frag = yellow bold
        whitespace = normal green
        meta = magenta
+[push]
+       default = current
+[alias]
+       a    = add
+       ab   = abandon
+       ar   = archive
+       b    = branch -v
+       bi   = bisect
+       cfg  = config
+       ci   = commit
+       co   = checkout
+       cp   = cherry-pick --ff
+       cp-x = cherry-pick -x
+       d    = diff
+       desc = describe
+       dl   = download
+       f    = fetch
+       fp   = format-patch -C -M
+       g    = grep
+       h    = help
+       l    = log
+       m    = merge
+       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 -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