You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
454 B
11 lines
454 B
# Создать новый репозиторий из командной строки
|
|
|
|
```bash
|
|
* git add README.md
|
|
* git commit -m "first commit"
|
|
* git remote add origin http://62.113.100.171:3000/joker/krasnikov_blog.git
|
|
* git push -u origin master
|
|
## Push существующего репозитория из командной строки
|
|
* git remote add origin http://62.113.100.171:3000/joker/krasnikov_blog.git
|
|
* git push -u origin master
|
|
``` |