Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gozzoo/eddb5031d9ff76814a9a0aa05ff5fc11 to your computer and use it in GitHub Desktop.
Save gozzoo/eddb5031d9ff76814a9a0aa05ff5fc11 to your computer and use it in GitHub Desktop.
на github
1. изтриване на проетка
2. създавене на private проект със същото име
3. добавяне на gozzoo като colraborator
4. копираш урл-а; _git_project_url_
локално
1. изтриване на директорията .git
2. дабавяне на bin и другите подобни директории в .gitignore
3. git init
4. git add .
5. git commit -m "inital commit"
6. git remote add origin _git_project_url_
7. git remote -v # проверка
8. git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment