What is the git clone?
It means download your repository files or folders in Github
How to clone files or folders?
- Open your Github account.
- Click the < > Code button.
- Copy the SSH key link
- Open the terminal
- Change the current working directory to the location where you want the cloned directory.
- Type git clone and the past URL you copied
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORYPress Enter to create your local clone.


Comments
Post a Comment