创建远程仓库
创建文件夹 mkdir test cd test
然后创建仓库 git --bare init
然后本地创建文件夹 git init 随便在文件夹里创建个文件(Readme.md)
本地git add . git
2023-12-05