/git-rebase-test

Primary LanguageJavaScript

Git Challenge

There are two branches, add-echo and add-reverse. The goal of this challenge is to use git rebase to bring both commits onto master. When finished there should be no merge commits or branching. For example, git log on the master branch should look similar to this:

/challenge-git master
⚡ git log
61a2c67 feat: add reverse route (David Guttman, 7 minutes ago)
2c2c5d6 feat: add echo route (David Guttman, 10 minutes ago)
dcc4c0b docs: update readme for git challenge (David Guttman, 11 minutes ago)
...