Fetch the repository succeeded.
fork
本开源项目到自己的仓库,如your/DBlog
,然后clone
到本地(注意:是clone
你fork
后的你的仓库里的项目),并配置用户信息
$ git clone https://gitee.com/your/DBlog.git
$ cd DBlog
$ git config user.name "your name"
$ git config user.email "your email"
本地修改代码后,推送到自己的仓库
$ git commit -am "change something"
$ git push origin master
最后在你仓库里fork
的项目里提交Pull Request
即可
Sign in for post a comment
Comment ( 0 )