Skip to content

Instantly share code, notes, and snippets.

@HillReywer
Last active February 7, 2019 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HillReywer/38fd7897b4d85ead66bfe458a516521d to your computer and use it in GitHub Desktop.
Save HillReywer/38fd7897b4d85ead66bfe458a516521d to your computer and use it in GitHub Desktop.
Создаем новый репозиторий на GitHub из командной строки

git init

git add README.md

git commit -m "first commit"

git remote add origin git@github.com:HillReywer/<reponame>.git

git push -u origin master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment