Maybe run the command like git-summary -u
-u meaning to do pull/push on the dir if necessary
So for the following cases, the following command will happen.
_v - git fetch; git pull --rebase origin <branch> or maybe do a pull or a merge
_^ - git push origin <branch>