create new repository
git clone your https or SSH url
copy your projectfiles to local master
git add . or your wantto upload files
git commit -m “your centens”
git remote add origin url
git pull
git push -u origin master
git command doc:
add
commit
checout
log
status
push
pull,
merge
branch
tag