How do I push a local Git branch to master branch in the remote?

前端 未结 5 1791
面向向阳花
面向向阳花 2021-01-29 16:53

I have a branch called develop in my local repo, and I want to make sure that when I push it to origin it\'s merged with the origin/master. Currently, when I push it\'s added to

5条回答
  •  抹茶落季
    2021-01-29 17:46

    Follow the below steps for push the local repo into Master branchenter code here

    $git status

提交回复
热议问题