From ca6658440d6e3d62a0619b2712c756ea4b82f038 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 27 Jan 2015 15:24:59 -0800 Subject: [PATCH] Change git p so it doesn't fetch submodules --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 4d6e6fe..cc80b49 100644 --- a/gitconfig +++ b/gitconfig @@ -24,7 +24,7 @@ st = status -sb dm = diff master dmcw = diff master --color-words - p = !git fetch --all && git fetch --tags && git pull && git submodule update + p = !git fetch --all sup = submodule update com = checkout master cod = checkout develop