Mine the Evolution of Code

A hotspot analysis consists of multiple steps. You might want to keep the completed profile from the online gallery by your side.[11] That way, you know what we’re building up to.

To understand how the profile is made, we start at the command line. Follow along by cloning the React repository[12] so that you have the complete source tree on your computer:

 prompt>​​ ​​git​​ ​​clone​​ ​​git@github.com:code-as-a-crime-scene/react.git
 Cloning into 'react'...
 Updating files: 100% (2460/2460), done.
 prompt>

You should now have a local react folder with the source code. Move into that directory:

 prompt>​​cd​​ ​​react

Become Familiar with Git Logs

With the repository cloned, we’re ready to look at the developer ...

Get Your Code as a Crime Scene, Second Edition, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.