how to clone a file from my github account using bash terminal code example
Example 1: git clone command from github to local
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
Example 2: how to pull git repository from github
git clone git@github.com:username/repo.git