benthayer / benthayer/git-gud

Level: Rewriting History 8 - "A Backwards Level"

Open
#263 1 comment 0 reactions 1 assignee Claimed by @benthayer View on GitHub
level - educational
Dominant language
Python
Stars
558
Forks
53
PR merge metrics
No merged PRs in 30d

Description

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
<<<<<<<
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.