Mac OS使用GitHub基本步骤攻略

1、检查与更新Git

git --version
git clone https://github.com/git/git

2、安装与使用GitHub Desktop

官网: https://desktop.github.com/

创建新的库:




Publish repository:




更新库内容:




then publish:




同步完成:



在线浏览该web:



保存之后就能使用该网址访问刚才上传的web( https://wangmd0406.github.io/repository001/index.html)



GitHub branch的使用与new repository类似,不多赘述

猜你喜欢

转载自blog.csdn.net/w1502713507/article/details/80700563