kodecocodes / ideas

The "ideas" repository for the raywenderlich.com book Mastering Git
MIT License
15 stars 820 forks source link

Git Apprentice Page 127, Chapter 9 #9

Open hazartilirot opened 2 years ago

hazartilirot commented 2 years ago

Well, if you didn't know guys, there is actually a more convenient way of editing files in GitHub. Once you entered a repo, as an example: https://github.com/raywenderlich/ideas/

press . (period) and a web version of Visual Studio would be at your service. 😁 visualstudio

hazartilirot commented 2 years ago

I won't create a new issue though you're telling a user to pull from the origin (page 128). The issue is you should've explained a user they have to set git config pull.rebase to false otherwise you won't be asked any question and it won't merge as it's described. Luckily, I began reading your series from the advanced 🤣😎