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
Here is a quick guide how you can do that for this PR:
When you have checked out your branch locally, you can just run git rebase -i HEAD~2 to start an interactive rebase. An editor should then show up with the two commits. To edit the commits replace all pick occurences with edit, close and save the editor. Now you can run the following two commands twice (for each commit you are editing): git commit --amend --signoff Amend to the current commit and add a signoff message git rebase --continue`` To continue the rebase and go to the next commit After the last continue you should see some message like Successfully rebased and updated detached HEAD.` Then you should be able to force-push your changes.
@Dubidubiduu I took the liberty to rebase your branch and put it into #609 so we can get this in for the next version. Thanks for getting this started. 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Finally I was able to stick these files together, hopefully there isn't too much of a mess in the git process...
already closed my old pull request #451