create Repo in Githup
open git bash and go to project folder
git init
git add *
git status
git commit -m "message"
git status
open git bash and go to project folder
git init
git add *
git status
git commit -m "message"
git status
git remote add origin https://github.com/claire-min/testRepo.git git push -u origin master
Comments
Post a Comment