Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第77题:Git使用流程有哪些? #77

Open
noxussj opened this issue Jun 18, 2020 · 0 comments
Open

第77题:Git使用流程有哪些? #77

noxussj opened this issue Jun 18, 2020 · 0 comments
Labels

Comments

@noxussj
Copy link
Owner

noxussj commented Jun 18, 2020

方式一

  1. 拉取远程master分支

  2. 修改本地master分支

  3. 提交master分支到本地

  4. 拉取远程master分支看是否有冲突

  5. 如果有,则处理冲突后继续提交代码到本地,并且再拉取一遍远程master分支

  6. 确保本地环境没有问题的情况下,推送到远程master分支

@noxussj noxussj added the Git label Jun 18, 2020
@noxussj noxussj changed the title 第77题:如何进行分支管理? 第77题:Git使用流程有哪些? Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant