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