Answer
Once again, there are many ways to answer this. I'll start by mirroring the RockyHorrorStash
repo to RockyHorrorStash2
, and then I will immediately clone it to my local repo.
I'll do the same thing with Panofy
(to PanofyStash
) and musicHandler2
(creating musicHandler2Stash
). Now we have three repos we can work on:
musicHandler2Stash
PanofyStash
RockyHorrorStash
Let's begin with musicHandler2Stash
by changing directory and getting a log of what is already there. Then let's open it in Visual Studio and do some work:
Figure 10.22: Log of MusicHandler2Stash
Let's make two changes by opening Visual Studio in that directory. We need changes in a couple of files, so let's just add comments. When we take a status, we see that there are two modified files:
Figure 10.23: Status of MusicHandler files after changes and before commit
Right in the middle of our work, we're asked to work on a...