IntelliJ show GIT differences after commit

前端 未结 3 477
甜味超标
甜味超标 2021-01-28 17:23

First, I create new branch. Then, I add a new code line in my class. Intellij shows on the left with a different color that I added a new line. Then, I commit my code. After thi

3条回答
  •  囚心锁ツ
    2021-01-28 17:56

    Install Git Scope Plugin: https://plugins.jetbrains.com/plugin/10083-git-scope

    Rubymine version 2020.2.3 on Mac

    1. Open Rubymine
    2. Open Preferences (keyboard shortcut: command + ,)
    3. Navigate to Plugins
    4. Search for Git Scope
    5. Install & Restart Rubymine
    6. Navigate to View > Tool Windows > Git Scope
    7. See documentation for further instruction: https://bitbucket.org/comodmw/git-scope/src/master/

提交回复
热议问题