From 1ae2914fc1a068d11999cff0e3fa7428564f34eb Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Thu, 25 Dec 2008 17:11:49 -0500 Subject: [PATCH] add the "up" alias to git a la svn --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 7a79ce8..3360fc9 100644 --- a/gitconfig +++ b/gitconfig @@ -3,6 +3,7 @@ ci = commit st = status di = diff --color-words + up = pull [color] diff = auto status = auto