Merge pull request #121 from gumpcha/fix-typo

Fixed typo in InteractiveRebase level.
This commit is contained in:
Peter Cottle 2013-08-05 20:41:25 -07:00
commit 62e56861cf

View file

@ -23,7 +23,7 @@ exports.level = {
"",
"Git cherry-pick is great when you know which commits you want (_and_ you know their corresponding hashes) -- it's hard to beat the simplicity it provides.",
"",
"But what about the situation where you don't know what commits you want? Thankfully git has you covered there as well! We can use interactive rebasing for this -- it's is the best way to review a series of commits you're about to rebase.",
"But what about the situation where you don't know what commits you want? Thankfully git has you covered there as well! We can use interactive rebasing for this -- it's the best way to review a series of commits you're about to rebase.",
"",
"Let's dive into the details..."
]