Cloning a Remote Repository
Learn how you can clone a remote repository.
We'll cover the following
Cloning
In this chapter, you’re going to play with your repository by deleting its content, and then explore what your options are to recover the state.
1 mkdir lgthw_git_clone
2 cd lgthw_git_clone
3 git clone https://github.com/ianmiell/shutit
4 cd shutit
5 ls .git