X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=git%2F.gitconfig;fp=git%2F.gitconfig;h=c9dc7150a0db980581ef699f331717205fd0a623;hb=4c41705a592ee0ac5088a6742226574782e1025e;hp=0000000000000000000000000000000000000000;hpb=a8244e06cd9069e62f97755502a1fe8379427a93;p=max%2Fdotfiles.git diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..c9dc715 --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,25 @@ +[color] + ui = true + branch = always + status = always + interactive = always + diff = always +[user] + name = Maximilian Friedersdorff + email = maxf130@gmail.com +[core] + editor = vim + excludesfile = /home/max/.gitignore +[merge] + tool = diffuse +[push] + default = simple +[alias] + lg = log --graph --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short + hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short + struct = log --graph --full-history --all --pretty=format:'%ad %s %Creset %C(yellow)%d%Creset' --date=short --simplify-by-decoration + co = checkout + ci = commit + st = status + br = branch + df = diff