git.oschina.net提交文档方法

来源:互联网 发布:淘宝商城入驻 编辑:程序博客网 时间:2024/06/01 21:54

1  git pull $url

2 git add *

3 git config --global user.email $email

4 git config --global user.name $name

5 git commit -m 'update'

原创粉丝点击