I know using the below command, we can get the results of commits that is Behind and Ahead.
git rev-list --left-right --count origin/master...`git branch --show-current`But I would like to know, if this info can be somehow added into the oh-my-zsh terminal ?