diff --git a/gitconfig b/gitconfig index 01399d4..b516ab2 100644 --- a/gitconfig +++ b/gitconfig @@ -14,6 +14,7 @@ br = branch ci = commit co = checkout + cp = cherry-pick df = diff st = status -sb p = !git fetch --all && git fetch --tags && git pull && git submodule update