Appearance
git init git add . git commit -m 'initial project' git push
# 默认本地仓库和远程仓库同名 git clone <url> # 自定义本地仓库名 git clone <url> <name>