Created
April 27, 2014 13:35
-
-
Save featzima/11345734 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// добавить файлы в индекс (изменившиеся или новые) | |
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