github使用

1.git init

2.git add [filename] ## .表示所有文件

3.git commit -m '提交备注'

4.git remote add origin https://github.com/happen-zh/***.git ##如果已经设置过则不需设置

5.git push -u origin master ##提交至服务器

原文地址:https://www.cnblogs.com/happen-/p/8473718.html