To clone remote repository to local
git clone <paste-repo-url-here>
for eg. git clone https://github.com/karajrish/github-tutorial.git
Enter cloned directory
cd <repo-name>
eg. cd github-tutorial
git status
git add <filename>
To clone remote repository to local
git clone <paste-repo-url-here>
for eg. git clone https://github.com/karajrish/github-tutorial.git
Enter cloned directory
cd <repo-name>
eg. cd github-tutorial
git status
git add <filename>