From aae26059b7e90b73dc23531e40de3c0db4cec02b Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 17 Dec 2013 11:00:05 -0800 Subject: [PATCH] Add git alias pod for push to develop --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index c228175..8ca0caf 100644 --- a/gitconfig +++ b/gitconfig @@ -21,6 +21,7 @@ sup = submodule update com = checkout master cod = checkout develop + pod = push origin develop file = show --pretty="format:" --name-only glog = !git log --pretty=oneline | grep dpull = !git svn fetch && git svn rebase