I have a couple of git repos.
One is used for development of specific features (say xyz
), while one is the mainline (say main
).
We periodically pull(sometimes cherrypick as well) changes to main
from xyz
.
I am looking for a command that shows me a log (git log
like output) of the changes present in xyz
, but not in main
I tried to look for a command, but couldnt find one.