Skip to content

Instantly share code, notes, and snippets.

@featzima
Created April 27, 2014 13:35
Show Gist options
  • Save featzima/11345734 to your computer and use it in GitHub Desktop.
Save featzima/11345734 to your computer and use it in GitHub Desktop.
// добавить файлы в индекс (изменившиеся или новые)
git add <filename>
// сделать локальный коммит
git commit -m "<commit comment>"
// отправить все локальные коммиты на сервер
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment