Skip to content
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

Pull branch before running diff #3

Open
Bates550 opened this issue Jan 29, 2018 · 0 comments
Open

Pull branch before running diff #3

Bates550 opened this issue Jan 29, 2018 · 0 comments
Assignees

Comments

@Bates550
Copy link
Owner

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.

@Bates550 Bates550 self-assigned this Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant