You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the diff is run against the local version of whatever branch is specified, which is often out of date and can give weird results. I feel that diff-tree should diff against the most up to date version of the base branch.
I think running git fetch <specified base branch> before executing the diff command should fix this.
The text was updated successfully, but these errors were encountered:
Currently the diff is run against the local version of whatever branch is specified, which is often out of date and can give weird results. I feel that
diff-tree
should diff against the most up to date version of the base branch.I think running
git fetch <specified base branch>
before executing the diff command should fix this.The text was updated successfully, but these errors were encountered: