NataliaLKB / learn-git-basics

A Beginner's Guide to Git
64 stars 116 forks source link

"Unhappy Path" #44

Closed rjmk closed 7 years ago

rjmk commented 9 years ago

Thank you for this! It was really helpful this week.

My main issues came when I had diverged from the route of the tutorial and not realised. A mistake I kept making was:

  1. Make some changes to some files.
  2. Stage the files
  3. Realise I was on the main branch
  4. Try to checkout to a new branch
  5. Oh no!

I realised I could unstage and then create the new branch and commit. Perhaps an FAQ/Troubleshooting section would be useful?

NataliaLKB commented 7 years ago

Hey @rjmk feel free to make a PR, but I don't have time right now. Closing but anyone can reopen!