git init git add . git commit -m "Initial commit" git remote add origin <project url> git push -f origin master. The -f option on git push forces the push.
確定! 回上一頁