We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use git diff xx xx --name-only to replace git diff xx xx --stat
git diff xx xx --name-only
git diff xx xx --stat
The text was updated successfully, but these errors were encountered:
use --name-status , with 'A' to add files , 'D' to delete files , 'M' to update files
--name-status
add
delete
update
Sorry, something went wrong.
kSpacer201
No branches or pull requests
use
git diff xx xx --name-only
to replacegit diff xx xx --stat
The text was updated successfully, but these errors were encountered: