X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.gitconfig;h=ac477c15289ac87e73ab1a1e2fd9a19591171bdc;hb=caed8116cbe7a1e8142bb05f3c9eac2b9c6519c0;hp=fab891054390d0a9ba5e8fb607e85d2ef0358f4c;hpb=184f604a28c6459136d203932549198caba9f956;p=home.git diff --git a/.gitconfig b/.gitconfig index fab8910..ac477c1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,17 +16,23 @@ 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 @@ -36,6 +42,7 @@ 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