0 votes
in Git Slack Integration by

What is the function of ‘git diff ’ in git?

1 Answer

0 votes
by

‘git diff ’ shows the changes between commits, commit and working tree etc.

...