With git log --graph
I get to see commits pushed to remote origin after I did a git pull
last:
in tig
I don't see these commits:
Is there some flag or config I'm missing to get to see this in tig?
Try --all
with tig.
Running it without --all
displays only local branches. To see the remote branches as well you have to use the --all
option.