Push notifications no longer appear in IntelliJ
## Summary Push notifications stopped appearing in IntelliJ IDEA after recent Git configuration changes. Though pushes succeeded silently in the background and appeared correctly in commit logs, users received no visual confirmation (balloons or panel notifications) of push completion. The trigger was changing Git credential settings – specifically unsetting `user.password` globally and enabling **”Use credentials … Read more