github downloas code example
Example 1: git
git init
git add .
git commit -m "First commit"
git remote add origin "URL of repository"
git push --set-upstream origin master
Example 2: github
it is like a free unlimited cloud storage
git init
git add .
git commit -m "First commit"
git remote add origin "URL of repository"
git push --set-upstream origin master
it is like a free unlimited cloud storage