美文网首页
如何在Github 上创建Pull Request

如何在Github 上创建Pull Request

作者: richardch | 来源:发表于2017-03-09 00:38 被阅读0次

    1. git checkout -b [NewBranch]

    2. Do changes

    3. git commit -m "Messages"

    4. git push origin [NewBranch]

    相关文章

      网友评论

          本文标题:如何在Github 上创建Pull Request

          本文链接:https://www.haomeiwen.com/subject/lunigttx.html