Skip to content

Instantly share code, notes, and snippets.

@evrekhman
Created October 2, 2018 14:15
Show Gist options
  • Save evrekhman/0175dc6a955008e0f5f3c52e93be0a09 to your computer and use it in GitHub Desktop.
Save evrekhman/0175dc6a955008e0f5f3c52e93be0a09 to your computer and use it in GitHub Desktop.
входим в папку в которой делается сайт
пишим git init
проверяем статус git status
git add .
git status
git commit
git push https://github.com/evrekhman/mvc_notstandart master // . отправка с компьютера на git репазиторий
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment