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