From 8ceaf9478a7076e00ec5443a865fe6714ea2ba52 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 9 Oct 2012 11:56:38 +0200 Subject: [PATCH] add git aliases --- gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gitconfig b/gitconfig index 32a96b8..ffc08cd 100644 --- a/gitconfig +++ b/gitconfig @@ -8,3 +8,12 @@ status = auto [core] autocrlf = input +[alias] + st = status + co = checkout + cm = commit + br = branch + llog = log --date=local + changes = diff --name-status -r + diffstat = diff --stat -r + lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative