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

Level: Rewriting History 7 - "The Truth" #262

Open
benthayer opened this issue Aug 5, 2020 · 0 comments · May be fixed by #277
Open

Level: Rewriting History 7 - "The Truth" #262

benthayer opened this issue Aug 5, 2020 · 0 comments · May be fixed by #277
Assignees
Labels
level - educational Additional levels for the game
Milestone

Comments

@benthayer
Copy link
Owner

benthayer commented Aug 5, 2020

This would be the same as level 6 "An Easy Level" #260 , but you have to make the changes manually instead of doing git rebase -i

The "truth" is that rebasing is really just checking out the branch or commit, then cherrypicking

Make the log messages form the sentence "This is an easy level"

git gud status

======= Simulating: git log --oneline --reverse
This
easy
an
is
level
<<<<<<<

git gud status (after interactive rebase)

======= Simulating: git log --oneline --reverse
This
is
an
easy
level
<<<<<<<
@benthayer benthayer added the level - educational Additional levels for the game label Aug 5, 2020
@benthayer benthayer added this to the 1.0 milestone Aug 5, 2020
@benthayer benthayer added this to To do in 1.0 - Initial release via automation Aug 5, 2020
@benthayer benthayer self-assigned this Aug 5, 2020
@benthayer benthayer changed the title Level: Amending 7 - "The Truth" Level: Rewriting History 7 - "The Truth" Aug 8, 2020
@benthayer benthayer linked a pull request Aug 10, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level - educational Additional levels for the game
Projects
Development

Successfully merging a pull request may close this issue.

1 participant