From c304b0856450be3690f0bdd5ef23a6556f654c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 24 Jun 2013 17:59:15 +0200 Subject: [PATCH] other gitaliases --- gitconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 20223f2..1565b25 100644 --- a/gitconfig +++ b/gitconfig @@ -4,8 +4,11 @@ [push] default = simple [alias] - c = commit - s = status + ci = commit + co = checkout + a = add + p = pull --rebase + s = status -sb ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat ld = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative grep = grep -Ii