Git - where do I see my outgoing commits?
Answered
Hi,
there seems to be a lot of git features integrated into Rider, like rebasing, merging, fetching and stuff.
Using git for several hours not, I wonder how can I see all my outgoing local commits?
Please sign in to leave a comment.
Hello Tabaloa
Could you please elaborate on:
>how can I see all my outgoing local commits?
Would you like to see commits that you haven't pushed yet or already pushed?
I'd like to see all local commits which are not pushed yet. The already pushed commits are listed in the history.
Tabaloa you can invoke Git | Push and you will see the list of commits that are not pushed yet.
Ok thanks