git

git init

git add .

git commit -m 'first commit'

git remote add origin htt....git

git push -u origin master

你可能感兴趣的:(git)