diff --git a/.gitconfig b/.gitconfig index be03d7a..b3489ce 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,6 +7,7 @@ gl = log --decorate --graph --pretty=oneline glog = log --decorate --graph st = status -bs + up = "!git remote update -p; git merge --ff-only @{u}" [color] ui = auto [core]