git - Intellij Idea 能否自动暂存变化

标签 git intellij-idea

在完成这项任务几天后,我决定看看 Git Bash 中的 git status 做了什么。

有些文件在 Changes to be committed list 中,有些在 Changes not staged for commit 中。有趣的是,我从来没有明确地向暂存区添加任何东西。绝不!一些文件怎么可能在那里结束?

除了编码之外,我还执行了一次 git pullgit stash/stash pop。就是这样。

有什么想法吗?

最佳答案

您可能在 IDEA 中启用/禁用了版本控制静默模式:

File -> Settings -> Version control -> Confirmation

Related post .

enter image description here

关于git - Intellij Idea 能否自动暂存变化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30488053/

相关文章:

php - 从 PHP exec() 函数运行 Hugo

linux - 在 RedHat 3 上安装最新的 git

intellij-idea - 给我看你的身份证(E)!

Java FX - Cp1252 字符编码错误

java - 从 Android 手机上未完成的应用程序恢复源代码

git - BitBucket Git 错误 : did not send all necessary objects

两台服务器之间的 Git SSH "Permission denied"

git - PyCharm "Can' t 更新 : no tracked branch"for VCS Update Project

java - Intellij IDEA 快捷方式与 Eclipse 快捷方式

java - 如何在intellij idea中从oracle数据库生成实体?