Friday, June 1, 2012

Git: Diff Summarizing List of Changed Files Only

If you just wanted to see a list of changed files rather than the changes themselves from a remote repository:

git diff --name-status  master..origin/master

Reference: http://stackoverflow.com/questions/1607337/git-changed-file-summary-like-svn-diff-summarize-svn-status-from-console-no

No comments:

Post a Comment