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 to Sunday-Code Base #96

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Conversation

CoolSpy3
Copy link
Member

@CoolSpy3 CoolSpy3 commented Aug 12, 2024

Reverts master to the point sunday-code branches off of.

git switch -c revert-to-sunday-code-base                    # Switch to a new branch
git reset --hard 06c5fb8b5cfe339ec70a495a8a93a7ea51dc2c2e   # Reset HEAD and working tree to the base commit we want
git reset --soft origin/master                              # Reset HEAD to master but keep the working tree
# The index now contains the code at 06c5fb8b5cfe339ec70a495a8a93a7ea51dc2c2e but the HEAD is at master
git commit -m "revert to sunday-code base"                  # Commit
git push --set-upstream origin revert-to-sunday-code-base   # Push

@CoolSpy3 CoolSpy3 requested a review from a team as a code owner August 12, 2024 00:52
@FriedLongJohns FriedLongJohns merged commit 7ba91ac into master Aug 12, 2024
1 check passed
@FriedLongJohns FriedLongJohns deleted the revert-to-sunday-code-base branch August 12, 2024 23:43
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.

2 participants