SIGN IN SIGN UP

2021年最新总结,推荐工程师合适读本,计算机科学,软件技术,创业,思想类,数学类,人物传记书籍

Quick setup

Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore.

https://gitmorph.com/0voice/expert_readed_books.git

CREATE A NEW REPOSITORY ON THE COMMAND LINE

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitmorph.com/0voice/expert_readed_books.git
git push -u origin main

PUSH AN EXISTING REPOSITORY

git remote add origin https://gitmorph.com/0voice/expert_readed_books.git
git push -u origin main