to GitHub?
wut ?
Google around, and grab a .gitignore for the IDE you used Make project on github git init git remote add origin (github project url) git add . git commit -m (message) git push origin master:master
Обсуждают сегодня