git 红色标出没明白


Dell@zhanxuPC MINGW64 /f/fingerTip/job.kjfwpt.com/RuoYi-ibaiqi-job (hotfix-ui
$ git  status
On branch hotfix-ui
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   ruoyi-admin/src/main/resources/templates/login.html

no changes added to commit (use "git add" and/or "git commit -a")

Dell@zhanxuPC MINGW64 /f/fingerTip/job.kjfwpt.com/RuoYi-ibaiqi-job (hotfix-ui
$ git add .

Dell@zhanxuPC MINGW64 /f/fingerTip/job.kjfwpt.com/RuoYi-ibaiqi-job (hotfix-ui
$ git commit
[hotfix-ui 0eeff57] 修改merge合并冲突
 1 file changed, 4 deletions(-)

Dell@zhanxuPC MINGW64 /f/fingerTip/job.kjfwpt.com/RuoYi-ibaiqi-job (hotfix-ui
$ git branch -a
  develop
  feather-recruit
  feather-resume
  feather-ui
* hotfix-ui
  master
  release0.0.1
  remotes/origin/HEAD -> origin/master
  remotes/origin/master

Dell@zhanxuPC MINGW64 /f/fingerTip/job.kjfwpt.com/RuoYi-ibaiqi-job (hotfix-ui
$ git switch develop
Switched to branch 'develop'

Dell@zhanxuPC MINGW64 /f/fingerTip/job.kjfwpt.com/RuoYi-ibaiqi-job (develop)
$ git merge release0.0.1
Already up to date.

Dell@zhanxuPC MINGW64 /f/fingerTip/job.kjfwpt.com/RuoYi-ibaiqi-job (develop)
$ git switch master
Switched to branch 'master'
Your branch is ahead of 'origin/master' by 23 commits.
  (use "git push" to publish your local commits)

Dell@zhanxuPC MINGW64 /f/fingerTip/job.kjfwpt.com/RuoYi-ibaiqi-job (master)
$

相关文章

本篇内容主要讲解“gitee如何上传代码”,感兴趣的朋友不妨来...
这篇“从gitee上下的代码如何用”文章的知识点大部分人都不太...
这篇文章主要介绍“gitee如何下载仓库里的项目”,在日常操作...
本篇内容主要讲解“怎么在Gitee上更新代码”,感兴趣的朋友不...
本文小编为大家详细介绍“怎么将工程托管到gitee”,内容详细...
这篇文章主要介绍了gitee中图片大小如何调整的相关知识,内容...