diff --git a/gitconfig b/gitconfig index a356e0a..01399d4 100644 --- a/gitconfig +++ b/gitconfig @@ -15,7 +15,7 @@ ci = commit co = checkout df = diff - st = status + st = status -sb p = !git fetch --all && git fetch --tags && git pull && git submodule update sup = submodule update com = checkout master