-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
Feature for disabling inherited dependencies #1809
Feature for disabling inherited dependencies #1809
Conversation
Any reason the checks are stalled? |
Your changes are in conflict with our master branch. Please rebase your branch on top of master 🙂 |
Any idea how I can do that quickly without polluting the commits here again? Because that was the reason the original PR was merged and then undone. |
Could you rebase the the branch? |
I can't. I have to merge master via a PR on my own fork first. I don't think I have another choice, GitHub doesn't seem to leave me one. |
@hannes-harnisch Add a remote for this repo to your checkout and then rebase to this repos master. I tested this with your branch, but because you're trying to submit a commit that's already in master, it's a bit more complicated. This will add a remote called
This will start an interactive rebase from your master (where all of your changes originate) onto the current master of Premake:
This will then bring up a prompt, press Your branch will now have the commit message Normally, you would just |
@samsinsane Thank you so much for taking the time to write out the detailed explanation, it worked. I've done a few rebases before but those were very simple situations and I'm far from a Git expert. |
See end of discussion in #1774.