Update grabbingOneCommit.js

This commit is contained in:
Jan Christopher Vogt 2015-02-26 12:52:17 -05:00
parent 16f35de32b
commit 63163bd10d

View file

@ -46,7 +46,7 @@ exports.level = {
"",
"Here's a development situation that often happens: I'm trying to track down a bug but it is quite elusive. In order to aid in my detective work, I put in a few debug commands and a few print statements.",
"",
"All of these debugging / print statements are in their own branches. Finally I track down the bug, fix it, and rejoice!",
"All of these debugging / print statements are in their own commits. Finally I track down the bug, fix it, and rejoice!",
"",
"Only problem is that I now need to get my `bugFix` back into the `master` branch. If I simply fast-forwarded `master`, then `master` would get all my debug statements which is undesirable. There has to be another way..."
]