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

Some recent changes are missing from master #30

Closed
jptomoya opened this issue Apr 3, 2024 · 1 comment
Closed

Some recent changes are missing from master #30

jptomoya opened this issue Apr 3, 2024 · 1 comment

Comments

@jptomoya
Copy link
Contributor

jptomoya commented Apr 3, 2024

It seems current master branch (6409a5b) does not reflect the commit f27c17a which merged #29. As a result, some recent changes are missing from master branch, including the changes from #27 and #29.

The following commands should fix the issue. However, please proceed only if you fully understand the implications:

git fetch origin f27c17a4110a2afc1c37ee9227528c0fd09ef15a
git switch master
git reset --hard f27c17a4110a2afc1c37ee9227528c0fd09ef15a
git push -f origin master
@ptr-yudai
Copy link
Owner

It's intended :P

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

No branches or pull requests

2 participants