Did the "outdated diff functionality" get removed or are we just using comments wrong now?
Whenever a updated a review comment I no longer get the "outdated diff functionality". This makes it extremely hard to keep track of what was updated when working with a team.
Cheers.
Edit
Received an e-mail from github that explained the functionality is no longer active and that they are working on bringing it back again.
They become “outdated” and disappear when attached to a line that has been changed. You can view them if you go to the commit on which the comment was made.
Comparing changes with git diff Diffing is a function that takes two input data sets and outputs the changes between them. git diff is a multi-use Git command that when executed runs a diff function on Git data sources. These data sources can be commits, branches, files and more.
Pull requests display diffs to compare the changes you made in your topic branch against the base branch that you want to merge your changes into. Note: When creating your pull request, you can change the base branch that you're comparing your changes against.
make sure you've checked out your branch: git checkout your-branch. get the latest changes from the upstream to your-branch: git pull upstream master. after that, push the changes you've got from upstream: git push origin your-branch. finally, you can go to github page to make sure no more out-of-date is blocking your ...
Received an e-mail from github that explained the functionality is no longer active and that they are working on bringing it back again.
It has been restored.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With