github
git clone到本地
git clone https://github.com/1134506391/wechat-applet.git
打开文件夹
- 红色为github上的git
- 蓝色为自己本地新建的项目
配置本地git,免用户名和密码提交
.git/config
- aa:用户名
- bb:密码
url = https://aaa:bbb@github.com/1134506391/wechat-applet.git
git clone https://github.com/1134506391/wechat-applet.git
.git/config
url = https://aaa:bbb@github.com/1134506391/wechat-applet.git
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。