-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Diff files from upstream to local branch #4211
Comments
In the vanila git i could just run |
The easiest way to do that is to select all commits of your branch as a range selection (using shift-downarrow). This will show you the combined diff of all the selected commits (and you can press enter if you want to see the individual changed files). It may be cumbersome to do when your branch is very long, but for reasonably-sized branches it works quite well, and I do this often. Note that this is different from running Finally, if you really want to do the equivalent of |
Yeah I forgot to say that I must run git fetch before using the command, in case you missed it I edit my comment. Also special thanks to your fast and self-explanatory reply |
its will be useful to just know which files got changed,
especially if there was a lot of small commit.
The text was updated successfully, but these errors were encountered: