git-repository
本文讲述如何上传本地代码到远程的空仓库。
Create a new repository
1 | git clone https://github.com/MrSeaWave/tem.git |
Push an existing folder
1 | cd existing_folder |
Push an existing Git repository
1 | cd existing_repo |
本文讲述如何上传本地代码到远程的空仓库。
1 | git clone https://github.com/MrSeaWave/tem.git |
1 | cd existing_folder |
1 | cd existing_repo |