This file contains hidden or 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
Инициализировать новый репозиторий: | |
1 | |
git init rep-name | |
Клонировать репозиторий с удаленного сервера: | |
1 | |
git clone [email protected]:afiskon/hs-textgen.git | |
Добавить в репозиторий файл: | |
1 | |
git add file.txt | |
Удалить файл из репозитория: |