upload repo code to github using command lines

1- git init

2- git add .

3- git commit -m "Add all my files"

4- git remote add origin https://github.com/USER_NAME/FOLDER_NAME

5-git remote -v
6-git push origin master

你可能感兴趣的:(upload repo code to github using command lines)