I have a repo called my_app
and it's cloned and in the "developer" branch.
Now I'd like to be able to view commit logs of this "my_app" repo, but another branch called prod/F2020.final.app
.
According to what I've read here and here it can't be done without having to pull the destination branch.
My question is, is this the only way? Can't I just somehow clone some skeleton of just the logs part of the destination branch?