1、 在你的github上建立一個Repositoriesgit
2、 使用git clone把你的Repositories克隆下來github
3、 git config --global user.name "yourname"get
4、 git config --global user.email " yourname @163.com"it
5、 git config –listio
6、 把你要上傳的文件作好而後執行git add *ast
7、 git commit -m "your message "email
8、 git config --global push.default mastertab
9、 git push文件