Cloning a Remote Repository
Learn how you can clone a remote repository.
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
Access this course and 1400+ top-rated courses and projects.