标签:自己的 body tps hub title bash config ring figure
1 | $ git clone 仓库SSH地址 |
将线上仓库的文件克隆到一个空文件夹
1 | $ git add . |
“.”代表所有文件,如果只上传一个文件,直接输入文件名就行
1 | $ git commit -m "日志" |
与仓库建立联系,建立上传日志
1 | $ git config --global user.name "Your Name" |
设置你的github用户名,和收信邮箱
1 | $ git remote add origin git@github.com:maiime/maii.git |
现在就可以看看自己的线上仓库了
标签:自己的 body tps hub title bash config ring figure
原文地址:https://www.cnblogs.com/petewell/p/11614904.html