X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=67b48341f734b8633413765cad4202d4964b5afa;hb=6ec44eee122dd7ab47d802b3e7db69ae695687cc;hp=9320ab50958f4bea8af24a26647972f47e19b96a;hpb=e563dd609f715889e568acab6fd2794187a1ee83;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 9320ab5..67b4834 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,15 +1,24 @@ [alias] b = branch + camend = commit --amend -C HEAD checkin = commit ci = commit co = checkout - l1 = log --oneline - l5 = log -5 + d = diff + dc = diff --cached + l = log --decorate + l1 = log --decorate --oneline + l5 = log --decorate -5 lg = log --decorate --graph lg1 = log --decorate --graph --oneline lg5 = log --decorate --graph -5 + lr = log --decorate --reverse + lr1 = log --decorate --reverse --oneline + lr5 = log --decorate --reverse -5 st = status --short stb = status --short --branch + wdiff = diff --word-diff + wshow = show --word-diff [color] ui = auto