$ git diff --stat [remote/branch]
example:$ git diff --stat origin/master
For the code diff of the files to be pushed, run:$ git diff [remote repo/branch]
To see full file paths of the files that will change, run:$ git diff --numstat [remote repo/branch]
No comments:
Post a Comment