It would be nice to be able to both sync and fetch the remote-tracking branch in one command:
git sync --fetch
Not a high-priority at all, since the same effect can be achieved with git sync && git fetch
git sync --fetch
Not a high-priority at all, since the same effect can be achieved with git sync && git fetch