unpushed
View commits on the current local branch which have not yet been pushed to the server.
Usage:
git unpushed
CLI Command
git config --global alias.unpushed "cherry -v"
.gitconfig Snippet
[alias]
unpushed = cherry -v