git - JetBrains : Show local changes made in this branch

标签 git version-control phpstorm jetbrains-ide

我有 PhpStorm 9.0.2。我在 PhpStorm 的帮助下从 master 创建了一个新分支。然后我更改了一些文件。

现在,如果我添加、更改或删除一行,我可以在左侧看到绿色、蓝色和红色标记。在我提交更改后,这些标记消失了。

即使在我提交之后,我也喜欢为我在整个分支中所做的每一个更改都有那些(或类似的)标记。我知道历史窗口。

但我寻求的东西就像我之前提到的标记

最佳答案

Local Changes 和 Shelf 已移至左侧的单独提交工具窗口。
enter image description here
如果该 Pane 不可见,请单击 查看 -> 工具窗口 -> 提交
或者直接点击 Alt + 0
查看官方文档:JetBrains - whats new - version control

关于git - JetBrains : Show local changes made in this branch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35013557/

相关文章:

git - 如何删除 Netlify 部署的分支

visual-studio - 并行使用 Subversion 和 Visual SourceSafe?

git - 当您有未发布的提交时,使用 git reset --hard 而不是 checkout 是个好主意吗?

java - Phpstorm 9 在索引时崩溃

laravel - 将 Laravel 的 barryvdh/laravel-ide-helper 添加到 PhpStorm

Git 文件重命名产生错误 : "warning: destination exists; will overwrite!"

git - 为什么同一个 git 脚本会产生不同的哈希值?

git - 获取在特定分支上*创建*的提交

version-control - 你能在 Perforce 中 "ignore"一个文件吗?

deployment - PhpStorm:在 File Watcher 转译 .less/.sass 文件后自动部署 .css 文件