githubteacher / github-for-developers-sept-2015

practice repo for the Sept 29-30 GitHub for Developers class
12 stars 36 forks source link

using git diff --stat origin/gill-update-readme what does bs-test-file.md | 0 mean? #700

Closed rtauber92054 closed 8 years ago

jaw6 commented 8 years ago

That output usually indicates that a file (in this case bs-test-file.md) is newly added in the branches being compared (here, it looks like your comparing some local checkout to a branch on origin called gill-update-readme).