- git pull拉取最新代码
- git status查看当前状态
- git add Xxxx.java
- git status(养成随时查看状态的习惯)
- git commit -m “feat: 补充历史版本接口文档”
- git pull --------->提示:合并失败----->需要我们手动解决冲突
- git status(查看状态)
- git add Xxxx.java
- git status
10.git commit -m “fix: 解决冲突”
11.git pull------>提示:Already up to date
12.git push
13.git status
相关文章
- 01-091.git使用入门之基本的更新提交操作
- 01-09Git-图形化管理工具-图形化界面使用-Gitee代码托管平台-git冲突问题-Sourcetree
- 01-09hbuilder使用git提交vue项目到码云
- 01-09git指定仓库使用特定用户名提交
- 01-09git 使用https 和SSH 提交远程库小总结
- 01-09如何使用git工具向github提交代码
- 01-09pycharm git 提交使用情况
- 01-09git使用教程13-.gitignore忽略文件不提交
- 01-09项目中使用 husky 配合 lint-staged 进行git提交前代码检查
- 01-09git使用cherry-pick来拿别的分支的提交