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

WIP feat(templates): custom event templates in S3 #68

Closed
wants to merge 0 commits into from
Closed

WIP feat(templates): custom event templates in S3 #68

wants to merge 0 commits into from

Conversation

mwangggg
Copy link
Member

@mwangggg mwangggg commented Sep 1, 2023

fixes: #13

@mwangggg mwangggg closed this Oct 10, 2023
@andrewazores
Copy link
Member

andrewazores commented Oct 13, 2023

Reopen a new PR from your feature branch please @mwangggg . You might need to re-fork the repository, so be careful about that so you don't lose your feature branch. I have to do something similar so I can let you know what I end up doing to get the commits carried over, but I expect I'll just end up exporting them as patches and re-importing them to the new fork/clone.

@andrewazores
Copy link
Member

Actually I think the easiest quick fix will look like this:

$ cd cryostat3
$ git checkout my-feature-branch
$ git fetch upstream
$ git rebase upstream/main
$ git ps -u upstream my-feature-branch
$ # open a new PR between upstream/main and upstream/my-feature-branch

After that PR is merged you can re-fork and re-clone your copy of the repository. I don't think there is any better way to re-associate the existing fork with the original upstream repository unfortunately.

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

Successfully merging this pull request may close these issues.

[Story] Custom event templates
2 participants