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 8 - "A Backwards Level" #263

Open
benthayer opened this issue Aug 5, 2020 · 1 comment · May be fixed by #287
Open

Level: Rewriting History 8 - "A Backwards Level" #263

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

Comments

@benthayer
Copy link
Owner

benthayer commented Aug 5, 2020

Using git rebase multiple times, make the commit messages say "This level has to be done in reverse order"

Branches would be as follows, with each word being its own commit, and with the branch in parenthesis:

This level (master)
This has to be (hasto)
This done (done)
This in reverse order (reverse)

git gud status (after interactive rebase)

======= Simulating: git log --oneline --reverse
This
level
has
to
be
done
in
reverse
order
<<<<<<<
@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 self-assigned this Aug 5, 2020
@benthayer benthayer changed the title Level: Amending 8 - "A Backwards Level" Level: Rewriting History 8 - "A Backwards Level" Aug 8, 2020
@benthayer
Copy link
Owner Author

It doesn't matter what happens to the other branches, we just want master to have the full sentence at the end of the level

@benthayer benthayer linked a pull request Aug 14, 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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant