Git: show all files that have been changed on local branch but not pushed to remote
March 21, 2015 21:05:49 Last update: March 21, 2015 21:05:49
Files are changed and committed on local master branch, but they have not been pushed to remote master. To display the list of changed files:
$ git diff --name-only origin/master..master