git上传流程

转:

1、在github上创建项目

2、使用git clone https://github.com/xxxxxxx/xxxxx.git克隆到本地

3、编辑项目

4、git add . (将改动添加到暂存区)

5、git commit -m "提交说明"

6、git push origin master 将本地更改推送到远程master分支。

这样你就完成了向远程仓库的推送。

 

http://www.jianshu.com/p/8d26730386f3

posted @ 2017-02-09 17:48  小黄人python  阅读(312)  评论(0编辑  收藏  举报