Simple Sequence of GIT Commands

前端 未结 3 1947
误落风尘
误落风尘 2020-12-17 01:39

I read the documentation and googled a good bit, but there is no real simple steps to be able to commit your local changes to github. I compiled the following steps and I ju

3条回答
  •  感情败类
    2020-12-17 02:24

    After (3), you should be able to call git push origin master which will push your current master branch to github

提交回复
热议问题