]> git.wh0rd.org - home.git/blobdiff - .gitconfig
ignore more stuff
[home.git] / .gitconfig
index 274a644850c04ee8a79c9354225c3e8a66235930..ac477c15289ac87e73ab1a1e2fd9a19591171bdc 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
        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   = 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]
@@ -44,4 +51,3 @@
        chainreplyto = false
        suppressfrom = true
        smtpserver = localhost:1111
-#      smtpserver = zeus.spd.analog.com