git clone
- The clone command tells Git to fetch files from remote repository
- “master” is the default name for a starting branch when you run git init
- “origin” is the default name for a remote when you run git clone
- If you run git clone -o newbrnach instead git clone …