Challenge
In this challenge you will create a new project that you will clone to your local repository using GitHub Desktop. You will then add at least 7-8 commits. Finally, you'll use interactive rebase to squash some of your commits together. Feel free to experiment with some of the other options in interactive rebase.
For my project I'm going to create a solution that tracks the Rocky Horror Picture Show (a true classic).
Step 1, as usual, is to create the new repository:
![](https://static.packt-cdn.com/products/9781801075732/graphics/image/B17741_06_21.png)
Figure 6.21: Creating the repo
Step 2 is to clone to your disk; however, this time we'll use GitHub Desktop:
![](https://static.packt-cdn.com/products/9781801075732/graphics/image/B17741_06_22.png)
Figure 6.22: Downloading the repository with GitHub Desktop
GitHub Desktop will be launched:
![](https://static.packt-cdn.com/products/9781801075732/graphics/image/B17741_06_23.png)
Figure 6.23: Launching GitHub Desktop
GitHub Desktop will launch and pop up a modal dialog box asking you to confirm or change the repository and where you want to put it on your disk:
![](https://static.packt-cdn.com/products/9781801075732/graphics/image/B17741_06_24.png)
Figure 6.24: Cloning to GitHub Desktop
As expected, your...