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

Revert "Change capitalization of Ruby On Rails in README" #2566

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Aug 15, 2023

Reverts #2563

@tvdeyen tvdeyen merged commit 2f1f33c into main Aug 15, 2023
2 of 22 checks passed
@tvdeyen tvdeyen deleted the revert-2563-bogus branch August 15, 2023 12:42
@github-actions
Copy link

The backport to test-branch failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-test-branch test-branch
# Navigate to the new working tree
cd .worktrees/backport-test-branch
# Create a new branch
git switch --create backport-2566-to-test-branch
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2f1f33c878bca90f7c1fe0cbcd6e27e42dd49112
# Push it to GitHub
git push --set-upstream origin backport-2566-to-test-branch
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-test-branch

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

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.

1 participant