Hey, fellow git users around the world. Can I get a hug?
When you do git commit and then git status, you'll see this message:
# Your branch is ahead of 'origin/master' by X commits.
So how can you know what commits, exactly, will be sent to your master when you do git pushWell - the answer is buried deep inside the git man-page: The command is
(
Read more... )