...

/

A Realistic Log History

A Realistic Log History

Clone a repository and view its history.

So far you’ve seen fairly contrived and straightforward Git repositories.

Cloning

First, you’re going to clone a codebase with a history. My rather messy shutit project is a good example to look at. Not because of any careful curation or attention to detail in its construction but for the messiness of its history as I’ve become better acquainted with Git.

1	git clone https://github.com/ianmiell/shutit.git
2	cd shutit
Access this course and 1400+ top-rated courses and projects.