How to view not yet pushed (unpushed) Git Commits

GIT installation, quick reference manual and usage
fabiodelorenzo
Posts: 65
Joined: Thu Oct 03, 2013 5:54 pm

How to view not yet pushed (unpushed) Git Commits

Postby fabiodelorenzo » Tue Jun 07, 2016 6:15 pm

git log origin/master..HEAD

You can also view the diff using the same syntax

git diff origin/master..HEAD

Return to “Git”

Who is online

Users browsing this forum: No registered users and 0 guests