From 008677e48f633062dbf07415e12f35a27c49f8db Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 13 Aug 2013 16:18:44 -0700 Subject: [PATCH] Add git cod alias: git checkout develop --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index a8c7eba..c228175 100644 --- a/gitconfig +++ b/gitconfig @@ -20,6 +20,7 @@ p = !git fetch --all && git fetch --tags && git pull && git submodule update sup = submodule update com = checkout master + cod = checkout develop file = show --pretty="format:" --name-only glog = !git log --pretty=oneline | grep dpull = !git svn fetch && git svn rebase