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

Compare modes #23

Open
kruegener opened this issue Jul 14, 2020 · 2 comments
Open

Compare modes #23

kruegener opened this issue Jul 14, 2020 · 2 comments

Comments

@kruegener
Copy link
Member

  • Compare against fork point
  • Try merge into master and compare perf
  • opt: compare against last common
@kruegener
Copy link
Member Author

Last common ref (mostly last time master was merged into branch):

git merge-base MASTER-ref BRANCH-ref

@kruegener
Copy link
Member Author

kruegener commented Jul 30, 2020

Fork Point of Branch (on origin/master):

git merge-base --fork-point origin/master BRANCH-ref

Only Finds fork points for non-deleted branches that have not been merged into master.

kruegener added a commit that referenced this issue Jul 31, 2020
kruegener added a commit that referenced this issue Jul 31, 2020
kruegener added a commit that referenced this issue Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant