vasansr / pro-mern-stack-2

Code listing for the book Pro MERN Stack, 2nd Edition
https://www.apress.com/book/9781484243909
333 stars 190 forks source link

Unorganized commit history-2 #24

Closed mr-correct closed 4 years ago

mr-correct commented 4 years ago

Hi, let me explain further. Of course, I see the commit history. But please take a look at the attached picture. That's what I want to say. Screenshot_125

Originally posted by @mr-correct in https://github.com/vasansr/pro-mern-stack-2/issues/23#issuecomment-674685284

petelc commented 4 years ago

image

those 2 branches have the full code that is up to the end of that section.

vasansr commented 4 years ago

Also, if you'd rather use git on your local repository, you can diff the two branches 05.06-create-api and 05.07-integrate-create-api. I am sure Tortoise will give you an ability to do this as well, but the git command line for the same is:

git diff 05.06-create-api 05.07-integrate-create-api