I know you can refer to the tip of the current branch in Git with the name HEAD
.
Is there some sort of equivalent for referring to the tip of the remote tracking branch of the current branch?
Just so I don't have to type out remote/current-branch
if there's something shorter.