copy file from github command line code example
Example 1: how to pull git repository from github
git clone [email protected]:username/repo.git
Example 2: cloning projects from github to local repository
cd [projects-folder]
gh repo clone [user-name]/[project-name]