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.
 
 
 
joker 30f39502cc modified: README.md 3 years ago
components first commit 3 years ago
lib first commit 3 years ago
pages first commit 3 years ago
posts first commit 3 years ago
public first commit 3 years ago
styles first commit 3 years ago
types first commit 3 years ago
utils first commit 3 years ago
.eslintrc.json first commit 3 years ago
.gitignore first commit 3 years ago
README.md modified: README.md 3 years ago
next.config.js first commit 3 years ago
package-lock.json first commit 3 years ago
package.json first commit 3 years ago
postcss.config.js first commit 3 years ago
tailwind.config.js first commit 3 years ago
tsconfig.json first commit 3 years ago

README.md

Создать новый репозиторий из командной строки

* 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