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

Remove references to gaussholder #290

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

mikelittle
Copy link
Contributor

No description provided.

@mikelittle mikelittle self-assigned this Dec 19, 2022
@mikelittle mikelittle merged commit 46735d0 into master Feb 21, 2023
@mikelittle mikelittle deleted the issue-1261-remove-gaussian-lazy-loading branch February 21, 2023 12:25
@hm-backport
Copy link

hm-backport bot commented Feb 27, 2023

The backport to v14-branch failed:

Commits ["230954186bc65bab70b78a402b87c0227ed706f5","d4bf0adc9598d1ea4e77b2d5a34e982257bc09ac"] could not be cherry-picked on top of v14-branch

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v14-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 230954186bc65bab70b78a402b87c0227ed706f5 d4bf0adc9598d1ea4e77b2d5a34e982257bc09ac
# Create a new branch with these backported commits.
git checkout -b backport-290-to-v14-branch
# Push it to GitHub.
git push --set-upstream origin backport-290-to-v14-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport

Then, create a pull request where the base branch is v14-branch and the compare/head branch is backport-290-to-v14-branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants