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

Bullet Train Update: 1.11.0 #48

Merged
merged 5 commits into from
Nov 25, 2024
Merged

Conversation

jagthedrummer
Copy link
Contributor

Update of the Bullet Train Starter Repo to version 1.11.0

Please note: You should thorougly review this PR.

🎉 There are no conflicts detected in this PR!

Rejecting portions of this PR

The SHA of the commit that this PR was started from is: 9566774

If there are changes in some files in this PR that you'd like to reject you can do the following:

First pull down the branch for this PR:

git fetch origin
git checkout -b bullet-train-update/1.11.0 --track origin/bullet-train-update/1.11.0

Use the SHA of the starting commit to revert all of the changes in a particular file:

git checkout 9566774d2db03779eff44eba40193b5689b57e08 -- path/to/file

Or use the -p option to selectively choose which portions of the file to revert:

git checkout -p 9566774d2db03779eff44eba40193b5689b57e08 -- path/to/file

You can also just edit any file directly to make whatever changes you want.

After getthing things the way you want them, commit the changes and push the branch:

git add .
git commit -m "reject some changes from starter repo"
git push origin bullet-train-update/1.11.0

Release Notes

Starter Repo 1.11.0

core Gems 1.11.0

Auto-generated by .github/workflows/update-bullet-train.yml

@jagthedrummer jagthedrummer merged commit 1d787c4 into main Nov 25, 2024
9 checks passed
@jagthedrummer jagthedrummer deleted the bullet-train-update/1.11.0 branch November 25, 2024 20:52
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